Skip to content

Commit

Permalink
Update addons/frag/functions/fnc_dev_trackObj.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <[email protected]>
  • Loading branch information
lambdatiger and rautamiekka authored Jan 15, 2024
1 parent 63cd1ed commit 83bbc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/frag/functions/fnc_dev_trackObj.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ params [
TRACE_4("devDraw",_this,_obj,_color,_isProj);

// pick color and add it to the array
private _colorArray = switch (toLower _color) do {
private _colorArray = switch (toLowerANSI _color) do {
case "purple": {[0.8, 0, 0.8, 1]};
case "blue": {[0, 0, 0.8, 1]};
case "green": {[0, 0.8, 0, 1]};
Expand Down

0 comments on commit 83bbc30

Please sign in to comment.