Add currentY variable to UIScene_DebugSetCamera.h

This commit is contained in:
eh-K 2026-03-06 19:48:25 -06:00 committed by GitHub
parent 778ed7a023
commit f1bd427fd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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