Skip to content

Commit

Permalink
remove self reference from Camera object
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Sep 25, 2023
1 parent f6c65c6 commit a731f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/render/rendergl.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ extern int hudh();
class Camera : public dynent
{
public:
physent *camera;
matrix4 cammatrix;

Camera();
Expand Down

0 comments on commit a731f6a

Please sign in to comment.