diff --git a/cl_ui3d2d.lua b/cl_ui3d2d.lua index d40c7ef..29642da 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 end + if dot >= 0 then return true end end isRendering = true @@ -138,4 +138,4 @@ do --Rendering context creation and mouse position getters end end -hook.Run("ui3d2d.fullyLoaded") \ No newline at end of file +hook.Run("ui3d2d.fullyLoaded")