Examples: disable GL related warnings on Mac + amend to ignore list.

This commit is contained in:
ocornut
2022-09-27 22:21:47 +02:00
parent a725db17b7
commit 73efcec564
5 changed files with 7 additions and 1 deletions

View File

@ -38,7 +38,7 @@ int main(int, char**)
if (renderer == NULL)
{
SDL_Log("Error creating SDL_Renderer!");
return false;
return 0;
}
//SDL_RendererInfo info;
//SDL_GetRendererInfo(renderer, &info);