Skip to content

Commit

Permalink
Remove faulty >
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 15, 2019
1 parent ec653e8 commit f26b838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/Perspective3DNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ define( require => {
this.upNode.visible = this.isRotatingProperty.get();

// Position the arrow and text
if ( this.upNode.visible > 0 ) {
if ( this.upNode.visible ) {
this.upNode.setMatrix( Matrix3.scaling( 1, rotationAmount ) );
this.upNode.centerY = this.sideFacePath.shape.bounds.centerY;
this.upNode.right = this.sideFacePath.shape.bounds.right - 80;
Expand Down

0 comments on commit f26b838

Please sign in to comment.