mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Add XYZ variable to UIScene_DebugSetCamera.h
This commit is contained in:
parent
f1bd427fd3
commit
cb6958fbf6
|
|
@ -4,7 +4,9 @@
|
||||||
|
|
||||||
class UIScene_DebugSetCamera : public UIScene
|
class UIScene_DebugSetCamera : public UIScene
|
||||||
{
|
{
|
||||||
|
double currentX;
|
||||||
double currentY;
|
double currentY;
|
||||||
|
double currentZ;
|
||||||
private:
|
private:
|
||||||
enum eControls
|
enum eControls
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue