Skip to content

Commit

Permalink
Reintroduce position into the sphereBucket.getNearestOpenPosition().
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Mar 10, 2020
1 parent 357c288 commit 57c27b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/BAMScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ class BAMScreenView extends ScreenView {

// Remove mapped atom node from the view and dispose it.
this.kitPlayAreaNode.atomLayer.removeChild( this.kitPlayAreaNode.atomNodeMap[ atom.id ] );
this.kitPlayAreaNode.atomNodeMap[ atom.id ].dispose();
delete this.kitPlayAreaNode.atomNodeMap[ atom.id ];
}
}
Expand Down

1 comment on commit 57c27b1

@Denz1994
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidently bundled this commit. Should reference #115.

Please sign in to comment.