Skip to content
Snippets Groups Projects
Commit e1708aed authored by dsehnal's avatar dsehnal
Browse files

dispose mark buffer

parent a42d778b
No related branches found
No related tags found
No related merge requests found
...@@ -843,6 +843,8 @@ namespace Canvas3D { ...@@ -843,6 +843,8 @@ namespace Canvas3D {
dispose: () => { dispose: () => {
contextRestoredSub.unsubscribe(); contextRestoredSub.unsubscribe();
markBuffer = [];
scene.clear(); scene.clear();
helper.debug.clear(); helper.debug.clear();
controls.dispose(); controls.dispose();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment