summaryrefslogtreecommitdiff
path: root/src/PowderToy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PowderToy.cpp')
-rw-r--r--src/PowderToy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PowderToy.cpp b/src/PowderToy.cpp
index 973aaa3..49dac73 100644
--- a/src/PowderToy.cpp
+++ b/src/PowderToy.cpp
@@ -54,12 +54,12 @@ int main(int argc, char * argv[])
ui::Button * button = new ui::Button(100, 100, 100, 100, "poP");
window->Add(sandbox);
window->Add(button);
- window->Add(ControlFactory::MainMenu(gameSession, 0, 0, 200, 200));
+ //window->Add(ControlFactory::MainMenu(gameSession, 0, 0, 200, 200));
SDL_Event event;
while(!SDLPoll(&event))
{
- mouseButton = SDL_GetMouseState(&mouseX, &mouseY);
+ //mouseButton = SDL_GetMouseState(&mouseX, &mouseY);
switch(event.type)
{
case SDL_KEYDOWN: