Skip to content

Commit

Permalink
finished instrumenting puller images, see #76
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 29, 2016
1 parent 7de176f commit b96a4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gravity-force-lab/view/PullerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ define( function( require ) {
} );
var pull = [];
var i;
var pullerNodeGroupTandem = tandem.createGroupTandem( 'pullerNode' );
var pullerNodeGroupTandem = tandem.createGroupTandem( 'node' );
for ( i = 0; i < pullImages.length; i++ ) {
var pullerTandem = pullerNodeGroupTandem.createNextTandem();
var image = new TandemImage( pullImages[ i ], { tandem: pullerTandem.createTandem( 'image' ) } );
Expand Down

0 comments on commit b96a4eb

Please sign in to comment.