Skip to content

Commit

Permalink
Store rotation, see #457
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 5, 2022
1 parent ffe8bcc commit 9d09041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/model/Body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export default class Body extends PhetioObject {
this.forceProperty.storeRewindValueNoNotify();
this.massProperty.storeRewindValueNoNotify();
this.isCollidedProperty.storeRewindValueNoNotify();
this.rotationProperty.storeRewindValueNoNotify();
}

/**
Expand Down

0 comments on commit 9d09041

Please sign in to comment.