mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 05:25:08 +00:00
Examples: SDL2+SDLRenderer: fixed return value. (#7876)
This commit is contained in:
parent
3232070d3a
commit
45e7f7827a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int main(int, char**)
|
|||
if (renderer == nullptr)
|
||||
{
|
||||
SDL_Log("Error creating SDL_Renderer!");
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
//SDL_RendererInfo info;
|
||||
//SDL_GetRendererInfo(renderer, &info);
|
||||
|
|
Loading…
Add table
Reference in a new issue