Commented out useless function

This commit is contained in:
andreja6
2018-04-18 20:42:15 -07:00
parent 4526fa68df
commit 33e3aeb16e

View File

@@ -321,7 +321,7 @@ void Demo::onUserInput(UserInput* ui) {
} }
mousex = ui->getMouseX(); mousex = ui->getMouseX();
mousey = ui->getMouseY(); mousey = ui->getMouseY();
readMouseGUIInput(); //readMouseGUIInput();
// Add other key handling here // Add other key handling here
} }