Cleaned up some compile warnings (double to float/ int to float conversions).

This commit is contained in:
wrenczes@gmail.com
2010-10-13 23:34:36 +00:00
parent e8ecd74361
commit 25cb9dde54
3 changed files with 26 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ public:
SimplePad();
~SimplePad();
int mX; int mY;
float mX, mY;
private:
void linkKeys(int from, int to, int dir);