Merge pull request #6059 from Atlante45/warning

Fix warning
This commit is contained in:
Andrew Meadows 2015-10-13 08:39:42 -07:00
commit ef3775c44d

View file

@ -17,8 +17,6 @@
const float CONTROLLER_THRESHOLD = 0.3f;
const float MAX_AXIS = 32768.0f;
StandardController::~StandardController() {
}