FIX: Increased save time

This commit is contained in:
2026-03-20 19:57:00 +03:00
parent e0dac8a95c
commit a317bf66af
4 changed files with 59 additions and 48 deletions

View File

@@ -22,12 +22,12 @@
#include "NinecraftApp.h"
#define MAIN_CLASS NinecraftApp
#ifdef PLATFORM_WINDOWS
#include "main_win32.h"
#endif
// #ifdef PLATFORM_WINDOWS
// #include "main_win32.h"
// #endif
#ifdef PLATFORM_GLFW
#ifdef PLATFORM_DESKTOP
#include "main_glfw.h"
#endif