Skip to content

Commit

Permalink
Don't call getEvent when updating screen in fullscreen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Jan 22, 2024
1 parent 5c002ca commit 799516a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vm/BasicApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ TDeskTop* BasicApp::initBasicDeskTop(TRect r) {
void BasicApp::forceScreenUpdate() {
redraw();
TScreen::flushScreen();
TEvent event{};
getEvent(event);
}

} // namespace vm

0 comments on commit 799516a

Please sign in to comment.