diff options
Diffstat (limited to 'Minecraft.Client/Input.h')
| -rw-r--r-- | Minecraft.Client/Input.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Minecraft.Client/Input.h b/Minecraft.Client/Input.h index 0a44d765..ef1dcd0c 100644 --- a/Minecraft.Client/Input.h +++ b/Minecraft.Client/Input.h @@ -16,7 +16,8 @@ public: virtual void tick(LocalPlayer *player); private: - + bool lReset; bool rReset; + bool m_gamepadSneaking; };
\ No newline at end of file |
