From a289ad715cbb55019f5b160d809751091e2bdc8e Mon Sep 17 00:00:00 2001 From: Issac332 <119879937+Issac8658@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:46:44 +0300 Subject: [PATCH] meow --- src/meow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meow.cpp b/src/meow.cpp index ed0abf4..002170c 100644 --- a/src/meow.cpp +++ b/src/meow.cpp @@ -92,7 +92,7 @@ void crash(Exception::Type t, const char *fmt, ...){ }catch(const std::exception& e){ o << "Crashed before OpenGL initialization: " << e.what() << std::endl; } - out << "[Versions of libs]" << std::endl; + o << "[Versions of libs]" << std::endl; const int sdlcompiled = SDL_VERSION; const int sdllinked = SDL_GetVersion(); o << "SDL(compiled) version: " << SDL_VERSIONNUM_MAJOR(sdlcompiled) << "." << SDL_VERSIONNUM_MINOR(sdlcompiled) << "." << SDL_VERSIONNUM_MICRO(sdlcompiled) << std::endl;