Skip to content

Commit

Permalink
Update RenderHook
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Jul 26, 2024
1 parent aba9d3a commit c363b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RenderHook.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ class CP_HOOK_CLASS_NAME(CKRenderContext) : public CKRenderContext {
VxTimeProfiler m_SpriteTimeProfiler;
VxTimeProfiler m_TransparentObjectsSortTimeProfiler;
CK3dEntity *m_Current3dEntity;
CKTexture *m_BufferTexture;
CKDWORD m_CubeMapFace;
CKTexture *m_TargetTexture;
CKRST_CUBEFACE m_CubeMapFace;
float m_FocalLength;
float m_EyeSeparation;
CKDWORD m_Flags;
Expand Down

0 comments on commit c363b00

Please sign in to comment.