diff --git a/cl_ui3d2d.lua b/cl_ui3d2d.lua index 29642da..61196a0 100644 --- a/cl_ui3d2d.lua +++ b/cl_ui3d2d.lua @@ -85,7 +85,7 @@ do --Rendering context creation and mouse position getters local normal = angles:Up() local dot = eyePosToUi:Dot(normal) - if dot >= 0 then return true end + if dot >= 0 then return end end isRendering = true