Skip to content

Commit a7b6377

Browse files
authored
Merge pull request projecthorus#58 from darksidelemm/main
Fix another landing marker bug
2 parents 57512fc + 075bde3 commit a7b6377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/tracker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,6 +2305,7 @@ function addPosition(position) {
23052305
var marker = null;
23062306
var marker_shadow = null;
23072307
var landing_marker = null;
2308+
var landing_marker_enabled = false;
23082309
var vehicle_type = "";
23092310
var horizon_circle = null;
23102311
var subhorizon_circle = null;

0 commit comments

Comments
 (0)