mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Add currentY variable to UIScene_DebugSetCamera.h
This commit is contained in:
parent
778ed7a023
commit
f1bd427fd3
|
|
@ -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
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue