Parcourir la source

feat(map): update

gemercheung il y a 1 an
Parent
commit
5c2f8d40fd
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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();