Skip to content

Commit

Permalink
close this error report:
Browse files Browse the repository at this point in the history
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450763
is closed with version 0.3.1-14 on Debian.
Made by: Innocent De March
  • Loading branch information
sergiomb2 committed Mar 28, 2018
1 parent 634f92e commit f525c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pinball.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,8 @@ int main(int argc, char *argv[]) {
engine->resetTick();

while (! ( SDL_QuitRequested() //cout<<"catch close win"<<endl; //!rzr
|| Keyboard::isKeyDown(SDLK_INSERT))) {
// || Keyboard::isKeyDown(SDLK_INSERT)
)) {
#if EM_DEBUG
if (Keyboard::isKeyDown(SDLK_p)) {
Keyboard::waitForKey();
Expand Down

1 comment on commit f525c00

@rzr
Copy link

@rzr rzr commented on f525c00 Jan 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change is still desirable no ?

Please sign in to comment.