Skip to content

Commit

Permalink
Change color of distance measurement to yellow (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 authored Oct 28, 2021
1 parent 33cacea commit 01a3dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/zeus/functions/fnc_contextMeasureDistance.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
{
params ["_position"];

[_position, {}, [], "", "\a3\ui_f\data\map\markerbrushes\cross_ca.paa", [0.1, 0.2, 1, 1], 0, true, true, {
private _color = [0.9, 0.9, 0, 1];
[_position, {}, [], "", "\a3\ui_f\data\map\markerbrushes\cross_ca.paa", _color, 0, true, true, {
params ["_startPosAGL", "_mousePosAGL", "_text", "_icon", "_color", "_angle", "_is3d"];

private _distance = _startPosAGL vectorDistance _mousePosAGL;
Expand Down

0 comments on commit 01a3dd8

Please sign in to comment.