This commit is contained in:
InviseDivine
2026-03-13 23:23:26 +02:00
4 changed files with 28 additions and 30 deletions

View File

@@ -59,6 +59,8 @@
#include "player/input/XperiaPlayInput.h"
#endif
#include "renderer/Chunk.h"
#include "player/input/MouseTurnInput.h"
#include "../world/entity/MobFactory.h"
#include "../world/level/MobSpawner.h"
@@ -760,13 +762,6 @@ void Minecraft::tickInput() {
*/
}
#endif
#if defined(WIN32)
if (key == Keyboard::KEY_F) {
options.isFlying = !options.isFlying;
player->noPhysics = options.isFlying;
}
if (key == Keyboard::KEY_L)
options.viewDistance = (options.viewDistance + 1) % 4;