Skip to content

Commit

Permalink
make render task screen not pause the game
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Aug 29, 2024
1 parent 8b87c11 commit 94ce06f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,10 @@ protected void build(FlowLayout rootComponent) {
mainPanel.child(contentPanel);
rootComponent.child(mainPanel);
}

@Override
public boolean shouldPause() {
return false;
}

}

0 comments on commit 94ce06f

Please sign in to comment.