mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
fix logging
This commit is contained in:
@ -152,7 +152,7 @@ bool SDLService::createGLContext(SDL_Window* win_ptr) {
|
||||
|
||||
TracyGpuContext;
|
||||
|
||||
LOG_INFO("gl: {}", glGetString(GL_VERSION));
|
||||
LOG_INFO("gl: {}", reinterpret_cast<const char*>(glGetString(GL_VERSION)));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user