Prepare for version 1.1.0

This commit is contained in:
Rolando Islas
2015-12-31 22:50:17 -07:00
parent 3094d15f8f
commit eaac345427
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -238,7 +238,6 @@ void IconMenu::timerCallback()
iconLocation.x = 0;
iconLocation.y = 0;
GetCursorPos(&iconLocation);
std::cout << "";
x = iconLocation.x;
y = iconLocation.y;
}