Fix unused ICS_MAX warning

pull/225/head
scrawl 7 years ago
parent 172cc65be9
commit 6f878327bf

@ -28,6 +28,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
namespace ICS
{
const float ICS_MAX = std::numeric_limits<float>::max();
InputControlSystem::InputControlSystem(std::string file, bool active
, DetectingBindingListener* detectingBindingListener
, InputControlSystemLog* log, size_t channelCount)

@ -236,7 +236,7 @@ namespace ICS
};
static const float ICS_MAX = std::numeric_limits<float>::max();
extern const float ICS_MAX;
}

Loading…
Cancel
Save