Markers - Fix marker scale (#8233)

This commit is contained in:
PabstMirror 2021-04-26 17:31:59 -05:00 committed by GitHub
parent d50515694c
commit 537e5d7cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);