mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Fixed compiler warning about returning a value in a void function.
This commit is contained in:
parent
5e78bc6474
commit
800a9e84f4
@ -2912,8 +2912,6 @@ SDL_GL_DeduceMaxSupportedESProfile(int* major, int* minor)
|
||||
*major = 2;
|
||||
*minor = 0;
|
||||
}
|
||||
#else
|
||||
return SDL_FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user