Skip to content

Commit

Permalink
delete a line of dead code, #113
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 26, 2024
1 parent 091ee29 commit f277090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/FieldNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ class CompassNeedleSpriteInstance extends SpriteInstance {
public setRotation( rotation: number ): void {
// Inlined translation/rotation/scale for efficiency
this.matrix.setToScaleTranslationRotationPoint( COMPASS_NEEDLE_INVERSE_MULTIPLIER, this.position, rotation );
// this.matrix.setToScaleTranslationRotationPoint( 1, this.position, rotation );
assert && assert( this.matrix.isFinite(), 'expected matrix to be finite' );
}
}
Expand Down

0 comments on commit f277090

Please sign in to comment.