Skip to content

Commit

Permalink
Update PvpAlerts_3D_System.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ACastanza committed Jan 25, 2025
1 parent 3726afb commit f9b1e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PvpAlerts/PvpAlerts_3D_System.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3102,7 +3102,7 @@ local function SetupNew3DMarker(keepId, distance, isActivated, isNewObjective)

control.params.lastUpdate = GetFrameTimeMilliseconds()
if control:GetHandler() == nil then
control:SetHandler("OnUpdate", function() ControlOnUpdate(control) end)
control:SetHandler("OnUpdate", ControlOnUpdate(control))
end
else
control:Set3DRenderSpaceOrigin(oldX, Z, oldY)
Expand Down

0 comments on commit f9b1e11

Please sign in to comment.