Skip to content

Commit

Permalink
Update addons/spike/functions/fnc_camera_update.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <[email protected]>
  • Loading branch information
johnb432 and rautamiekka authored Aug 30, 2024
1 parent fee64db commit a9e49d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/spike/functions/fnc_camera_update.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (_hasGimbal) then {
};

// lock the camera and dont gimbal with missile rotation
if !(_lastGroundPos isEqualTo [0, 0, 0]) then {
if (_lastGroundPos isNotEqualTo [0, 0, 0]) then {
#ifdef DEBUG_MODE_FULL
drawIcon3D ["\a3\ui_f\data\IGUI\Cfg\Cursors\selectover_ca.paa", [1, 1, 1, 1], ASLtoATL (_lastGroundPos), 0.75, 0.75, 0, "Last Camera Ground Position", 1, 0.025, "TahomaB"];
#endif
Expand Down

0 comments on commit a9e49d7

Please sign in to comment.