diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-06 15:57:35 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-06 15:57:35 -0500 |
commit | 81ffc208ba15e77c1771f798907ee7e2a6331b3d (patch) | |
tree | 6c7ad1011a7ea7d956a76c860d546317d4f418a3 /src/ui.cpp | |
parent | a77877d65dfa1ee74407d94e221f2c737fdf20dd (diff) |
explosions (crashes)
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1284,7 +1284,6 @@ void InputSystem::update(entityx::EntityManager &en, entityx::EventManager &ev, case SDLK_b: if (debug) posFlag ^= true; - break; case SDLK_F12: // Make the BYTE array, factor of 3 because it's RBG. |