fix logging

This commit is contained in:
2022-11-08 18:02:01 +01:00
parent eeb8be6a8e
commit a9e56b9e25
2 changed files with 2 additions and 2 deletions

View File

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