Selaa lähdekoodia

Editor: Update clear().

Mugen87 5 vuotta sitten
vanhempi
commit
33ba08f2fe
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      editor/js/Editor.js

+ 2 - 0
editor/js/Editor.js

@@ -625,6 +625,8 @@ Editor.prototype = {
 		this.textures = {};
 		this.scripts = {};
 
+		this.materialsRefCounter.clear();
+
 		this.animations = {};
 		this.mixer.stopAllAction();