From 33e3aeb16ef483c6f63849a5bc0125fe108bf630 Mon Sep 17 00:00:00 2001 From: andreja6 Date: Wed, 18 Apr 2018 20:42:15 -0700 Subject: [PATCH] Commented out useless function --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 5ad45ab..4f5e197 100644 --- a/main.cpp +++ b/main.cpp @@ -321,7 +321,7 @@ void Demo::onUserInput(UserInput* ui) { } mousex = ui->getMouseX(); mousey = ui->getMouseY(); - readMouseGUIInput(); + //readMouseGUIInput(); // Add other key handling here }