X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finterface.cpp;h=03c059f7301dfb644b2ef7ddbebce72a91ad3eb5;hb=9eb7fb38870c6324580683752d49d62b7a431bce;hp=00c291df605e7b799c820947ed09d5ca58ff439b;hpb=d242294d15e7465f915d4c79ce563a557afc74d8;p=blank.git diff --git a/src/interface.cpp b/src/interface.cpp index 00c291d..03c059f 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -72,10 +72,12 @@ void Interface::Handle(const SDL_KeyboardEvent &event) { if (event.state == SDL_PRESSED) { PrintBlockInfo(); } + break; case SDLK_p: if (event.state == SDL_PRESSED) { PrintSelectionInfo(); } + break; } }