We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3232070 commit 45e7f78Copy full SHA for 45e7f78
examples/example_sdl2_sdlrenderer2/main.cpp
@@ -47,7 +47,7 @@ int main(int, char**)
47
if (renderer == nullptr)
48
{
49
SDL_Log("Error creating SDL_Renderer!");
50
- return 0;
+ return -1;
51
}
52
//SDL_RendererInfo info;
53
//SDL_GetRendererInfo(renderer, &info);
0 commit comments