Qt/MappingNumeric: Calculate values properly

This commit is contained in:
spycrab
2018-04-28 12:32:23 +02:00
parent cf1adfbe20
commit 1fb188a7d9
2 changed files with 3 additions and 4 deletions

View File

@ -27,5 +27,4 @@ private:
MappingWidget* m_parent;
ControllerEmu::NumericSetting* m_setting;
double m_range;
};