From 0d607bffa313e18d05ea0d3fcb6284de9f71c851 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:24:02 -0300 Subject: [PATCH] public cceglview members --- loader/include/Geode/cocos/platform/win32/CCEGLView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loader/include/Geode/cocos/platform/win32/CCEGLView.h b/loader/include/Geode/cocos/platform/win32/CCEGLView.h index a3628e775..0d20e01b8 100644 --- a/loader/include/Geode/cocos/platform/win32/CCEGLView.h +++ b/loader/include/Geode/cocos/platform/win32/CCEGLView.h @@ -183,8 +183,8 @@ class CC_DLL CCEGLView : public CCEGLViewProtocol, public CCObject void updateFrameSize(); -protected: - static CCEGLView* s_pEglView; +public: + static CCEGLView* s_pEglView; // @note unknown members here uint8_t m_unkPad[8]; bool m_bCaptured;