Explorar o código

feat(map): update

gemercheung hai 1 ano
pai
achega
5c2f8d40fd
Modificáronse 1 ficheiros con 2 adicións e 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();