Skip to content

Commit

Permalink
bugfix: WArrows ignored by PhysicsDemo.describePhysicsDebugOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 23, 2024
1 parent fdcc29e commit 06fe9c6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ public String describePhysicsDebugOptions() {
if (vArrowsFilter != null) {
result += "+VArrows";
}
if (wArrowsFilter != null) {
result += "+WArrows";
}

return result;
}
Expand Down

0 comments on commit 06fe9c6

Please sign in to comment.