Cleaned up some compile warnings (double to float/ int to float conversions).
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
SimplePad();
|
||||
~SimplePad();
|
||||
|
||||
int mX; int mY;
|
||||
float mX, mY;
|
||||
|
||||
private:
|
||||
void linkKeys(int from, int to, int dir);
|
||||
|
||||
Reference in New Issue
Block a user