Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispose delaunayMeadh on scatter3d toggle [fixes #399] #405

Merged
merged 3 commits into from Apr 7, 2016

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Apr 7, 2016

@mdtusz probably the easiest bug fix of all time.

@mdtusz
Copy link
Contributor

mdtusz commented Apr 7, 2016

Can't argue with that.
💃

@@ -432,7 +432,7 @@ proto.dispose = function() {
this.scatterPlot.dispose();
}
if(this.errorBars) {
this.scene.remove(this.errorBars);
this.scene.glplot.remove(this.errorBars);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mdtusz one more.

@etpinard etpinard merged commit b5eed7e into master Apr 7, 2016
@etpinard etpinard deleted the toggle-surfaceaxis branch April 7, 2016 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants