MicroDagr - Don't show markers on compass "map" control (#7751)

Close #7738
This commit is contained in:
PabstMirror 2020-06-08 16:05:57 -05:00 committed by GitHub
parent 99df791c43
commit 5de7b6b6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,7 @@ class controlsBackground {
h = H_PART(19);
onDraw = QUOTE(_this call FUNC(mapOnDrawEH));
showMarkers = 0;
colorBackground[] = {0,0,0,1};
colorOutside[] = {0,0,0,1};
moveOnEdges = 0;