Skip to content

Commit

Permalink
Merge pull request #126 from MonsterDruide1/direct-camera-member
Browse files Browse the repository at this point in the history
gfx/seadCamera: Rename DirectCamera member
  • Loading branch information
ThePixelGamer committed Mar 15, 2023
2 parents c7f7def + ba83f38 commit 18d54e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gfx/seadCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class DirectCamera : public Camera
void doUpdateMatrix(Matrix34f* dst) const override;

private:
Matrix34f mMtx = Matrix34f::ident;
Matrix34f mDirectMatrix = Matrix34f::ident;
};

class OrthoCamera : public LookAtCamera
Expand Down

0 comments on commit 18d54e8

Please sign in to comment.