diff --git a/Minecraft.Client/Common/UI/UIScene_DebugSetCamera.h b/Minecraft.Client/Common/UI/UIScene_DebugSetCamera.h index d758e049e..aaf58f60f 100644 --- a/Minecraft.Client/Common/UI/UIScene_DebugSetCamera.h +++ b/Minecraft.Client/Common/UI/UIScene_DebugSetCamera.h @@ -4,6 +4,7 @@ class UIScene_DebugSetCamera : public UIScene { +double currentY; private: enum eControls { @@ -75,4 +76,4 @@ protected: private: static int KeyboardCompleteCallback(LPVOID lpParam,const bool bRes); }; -#endif \ No newline at end of file +#endif