From db6246241ff75c9f40155084da9f1014851f24ee Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sun, 10 Nov 2024 15:48:49 -0600 Subject: [PATCH] Update addons/markinglaser/functions/fnc_renderPFH.sqf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jouni Järvinen --- addons/markinglaser/functions/fnc_renderPFH.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/markinglaser/functions/fnc_renderPFH.sqf b/addons/markinglaser/functions/fnc_renderPFH.sqf index 09405b9c1d5..18e2a724bdb 100644 --- a/addons/markinglaser/functions/fnc_renderPFH.sqf +++ b/addons/markinglaser/functions/fnc_renderPFH.sqf @@ -43,7 +43,7 @@ if (((currentVisionMode focusOn) != 1) || {EGVAR(laser,laserEmitters) isEqualTo drawIcon3D ["\a3\ui_f\data\IGUI\Cfg\Cursors\select_target_ca.paa", [1,0,1,1], (ASLToAGL _laserPosASL), 0.5, 0.5, 0, "Origin", 0.5, 0.025, "TahomaB"]; #endif - // If our camera is the laser source, offset it just a a bit so it isn't dead center + // If our camera is the laser source, offset it just a bit so it isn't dead center if (((AGLToASL positionCameraToWorld [0,0,0]) distance _laserPosASL) < 0.09) then { _laserPosASL = AGLToASL positionCameraToWorld [-0.02, -0.05, 0]; };