Skip to content

Commit

Permalink
BulletAppState: add an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 22, 2024
1 parent 07cfcd2 commit 5c33cce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ public void postRender() {
*/
@Override
public void render(RenderManager rm) {
assert isRunning;
super.render(rm);

if (threadingType == ThreadingType.PARALLEL) {
Expand Down

0 comments on commit 5c33cce

Please sign in to comment.