Closed Beyley closed 2 months ago
SDL_LogError wants a char* here, but GetBufferPointer returns a void*, so a cast is needed
SDL_LogError
char*
GetBufferPointer
void*
SDL_LogError
wants achar*
here, butGetBufferPointer
returns avoid*
, so a cast is needed