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