Skip to content

Commit

Permalink
Removed FastMatrix3 and improve pooling for Matrix3, see phetsims/dot#18
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 29, 2014
1 parent e8e6dda commit d3f924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/MassObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ define( function( require ) {

thisNode.x = options.x.get();
//reset scale
massCircle.matrix = new Matrix3();
massCircle.matrix = Matrix3.identity();
//set scale
massCircle.scale( massToScale( options.mass.get() ) );

Expand Down

0 comments on commit d3f924d

Please sign in to comment.