This commit is contained in:
CatWindow 2026-08-19 18:59:11 +03:00
parent d7f119d797
commit d6893173dc

View file

@ -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