Skip to content

Commit

Permalink
Update fission/src/systems/physics/PhysicsSystem.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Pacewic <[email protected]>
  • Loading branch information
azaleacolburn and BrandonPacewic authored Aug 21, 2024
1 parent 6af504d commit c485d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/systems/physics/PhysicsSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class PhysicsSystem extends WorldSystem {
* The pause works off of a request counter.
*/
public ReleasePause() {
if (this._pauseCounter > 0) this._pauseCounter--
if (this._pauseCounter) this._pauseCounter--
}

/**
Expand Down

0 comments on commit c485d5b

Please sign in to comment.