Explorar el Código

feat(map): update

gemercheung hace 1 año
padre
commit
5c2f8d40fd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/core/player/Player.js

+ 2 - 0
src/core/player/Player.js

@@ -790,6 +790,8 @@ export default class Player {
     this.activeEdges = [];
     this.renderLines = [];
     this.renderMarkers = [];
+    this.renderSymbols = [];
+    this.renderTexts = [];
     this.reset();
     this.scene.clearDrawScene();
     this.syncDrawData();