Fix: Creative mode flying and cheats enabled

This commit is contained in:
2026-03-09 20:40:07 +02:00
parent 5311b134ac
commit 8a53d3432d
2 changed files with 94 additions and 102 deletions

View File

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