Skip to content

Commit

Permalink
game: fix camera glitch with FOV 110
Browse files Browse the repository at this point in the history
  • Loading branch information
SanyaSho committed Aug 16, 2022
1 parent e80d5e1 commit d2f3c37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions game/client/view.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ class VPlane;


// near and far Z it uses to render the world.
#ifndef HL1_CLIENT_DLL
#define VIEW_NEARZ 7
#else
#define VIEW_NEARZ 3
#endif
//#define VIEW_FARZ 28400


Expand Down

0 comments on commit d2f3c37

Please sign in to comment.