@@ -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() {