Skip to content

Commit

Permalink
Whoops, broke pumpEvents() in the refactoring. Fixes "stop program" m…
Browse files Browse the repository at this point in the history
…enu item.
  • Loading branch information
icculus committed Feb 23, 2007
1 parent bc484cd commit f61958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toby_wxwidgets.cpp
Expand Up @@ -817,7 +817,7 @@ bool TobyFrame::pumpEvents()
this->pumpStopwatch.Start(0); // reset this for next call.
} /* if */

return true;
return !this->stopRequested();
} // TobyFrame::pumpEvents


Expand Down

0 comments on commit f61958a

Please sign in to comment.