Skip to content

Commit

Permalink
particle placements align, #150
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 31, 2017
1 parent c510811 commit b297085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/AtomView.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ define( function( require ) {
var nearestParticle = bucket.extractClosestParticle( new Vector2( 0, 0 ) );

// move it to the first drop location (offset by a little to indicate it is still being placed)
// model.moveParticleToDropLocation( nearestParticle, model.accessibleDropLocations.NUCLEUS.minusXY( 50, -50 ) );
model.moveParticleToDropLocation( nearestParticle, model.particleAtom.positionProperty.get() );

// focus the atom for placement of particles
atomNode.electronShell.handleAccessibleDrag( nearestParticle );
Expand Down

0 comments on commit b297085

Please sign in to comment.