Skip to content

Commit

Permalink
Fixed "Draw Cameras" in menubar not working
Browse files Browse the repository at this point in the history
  • Loading branch information
robotboy655 committed Jan 16, 2014
1 parent 301346c commit 2a2f269
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -214,7 +214,7 @@ end
function ENT:Draw()
if ( self.ShouldDraw == 0 ) then return end
if ( GetConVarNumber( "cl_drawcameras" ) == 0 ) then return end
-- Don't draw the camera if we're taking pics
local ply = LocalPlayer()
Expand Down

0 comments on commit 2a2f269

Please sign in to comment.