From d6893173dc7a3e0de33e0cc65ec3c3d37d3b59a2 Mon Sep 17 00:00:00 2001 From: CatWindow Date: Wed, 19 Aug 2026 18:59:11 +0300 Subject: [PATCH] e --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 30a13b6..3421552 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -151,7 +151,7 @@ static void setupWindowIcon(const Config &conf, SDL_Window *win){ int main(int argc, char *argv[]){ //I WANT FUCKING OPTIMIZE EVERYFING IN THIS BULLSHIT - std::ios::sync_with_stdio(false); + //std::ios::sync_with_stdio(false); // fuck this std::cin.tie(nullptr); startTime = boost::chrono::high_resolution_clock::now(); loadLanguageMetadata(); //there will be a segfault on fclose if I don't move it here