Sfoglia il codice sorgente

feat(draw): update

gemercheung 1 anno fa
parent
commit
f86d94f784
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/Scene.js

+ 1 - 1
src/core/Scene.js

@@ -78,7 +78,7 @@ export default class Scene extends Mitt {
     this.boxManager.load(list, type);
     //light
     this.loadLight();
-    this.player.load(type, testData);
+    this.player.load(type, data || []);
   };
 
   clearScene() {