mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Markers - Fix marker scale (#8233)
This commit is contained in:
parent
825596bffe
commit
c425b35c5f
@ -343,7 +343,7 @@
|
||||
|
||||
if !(GVAR(editingMarker) isEqualTo "") then {
|
||||
//get the original scale
|
||||
GVAR(currentMarkerScale) = markerSize GVAR(editingMarker);
|
||||
GVAR(currentMarkerScale) = (markerSize GVAR(editingMarker)) param [0, 1];
|
||||
};
|
||||
|
||||
private _curSelScale = GETGVAR(currentMarkerScale,1);
|
||||
|
Loading…
Reference in New Issue
Block a user