Skip to content
Snippets Groups Projects
Verified Commit 306d7842 authored by TORTEROTOT THOMAS's avatar TORTEROTOT THOMAS
Browse files

Removed unused local array

parent 609c4cd5
Branches
No related merge requests found
......@@ -49,7 +49,6 @@ Engine::Engine(const std::string& app_name, uint32_t width, uint32_t height)
if (SDL_Init(SDL_INIT_VIDEO) != 0)
{
char error_msg[512];
FATAL("Failed to initialize SDL ({})", SDL_GetError());
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment