Fix waypoints not being updated

This commit is contained in:
tobspr 2020-05-28 21:09:20 +02:00
parent c0ec867d3c
commit b2f6e2956c
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ export class HUDWaypoints extends BaseHUDPart {
this.root.keyMapper.getBinding(KEYMAPPINGS.ingame.createMarker).add(this.requestCreateMarker, this);
this.currentMarkerOpacity = 1;
this.rerenderWaypointList();
}
/**