some improvements

This commit is contained in:
2026-03-02 23:17:13 +03:00
parent f0617a5d22
commit a86d333478
11 changed files with 49 additions and 31 deletions

View File

@@ -52,7 +52,7 @@ void KeyboardInput::tick( Player* player )
ya *= 0.3f;
}
#if defined(RPI) || defined(PLATFORM_GLFW)
#ifdef PLATFORM_DESKTOP
wantUp = jumping;
wantDown = sneaking;
#endif