fixed switch warning(finally)

parent 0b822ad2
...@@ -479,6 +479,8 @@ main(int argc, char **argv) ...@@ -479,6 +479,8 @@ main(int argc, char **argv)
case SDL_SCANCODE_H: case SDL_SCANCODE_H:
app.draw_ui = 1 - app.draw_ui; app.draw_ui = 1 - app.draw_ui;
break; break;
default:
break;
} }
default: default:
//returns one if recalc needed //returns one if recalc needed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment