Fix: Sounds

Problem: its not working xD
This commit is contained in:
InviseDivine
2026-03-09 13:24:11 +02:00
parent d0995643a5
commit d0f6a9b805
4 changed files with 13 additions and 9 deletions

View File

@@ -737,6 +737,10 @@ void Minecraft::tickInput() {
printf("%d\t%f\n", i, noise.grad2(i, 3, 8));
*/
}
// Change distance
if (key == Keyboard::KEY_F)
options.viewDistance = (options.viewDistance + 1) % 4;
#endif
#if defined(WIN32)
if (key == Keyboard::KEY_F) {