Browse Source

feat(draw): update

gemercheung 1 year ago
parent
commit
f86d94f784
1 changed files with 1 additions and 1 deletions
  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() {