diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 21:15:14 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 21:15:14 +0800 |
commit | d8aa514a40f3856376e50f180da3c3f79c608004 (patch) | |
tree | 82addd0df2d34e5d3fff980d6d71cdb1ce99562d /features/events | |
parent | c1f2703faf17aa31eafb28e7ae98c1b771b6e6ff (diff) | |
download | SoopyV2-d8aa514a40f3856376e50f180da3c3f79c608004.tar.gz SoopyV2-d8aa514a40f3856376e50f180da3c3f79c608004.tar.bz2 SoopyV2-d8aa514a40f3856376e50f180da3c3f79c608004.zip |
more forge side rendering changes
Diffstat (limited to 'features/events')
-rw-r--r-- | features/events/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/events/index.js b/features/events/index.js index d1a075d..9ff7078 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -450,7 +450,6 @@ class Events extends Feature { this.showingWaypoints = undefined this.lastPath = undefined this.updatingPath = undefined - this.hudElements = undefined this.lastPathCords = undefined } |