mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 23:48:29 +00:00
Fixed compiler warning about returning a value in a void function.
This commit is contained in:
@@ -2912,8 +2912,6 @@ SDL_GL_DeduceMaxSupportedESProfile(int* major, int* minor)
|
|||||||
*major = 2;
|
*major = 2;
|
||||||
*minor = 0;
|
*minor = 0;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
return SDL_FALSE;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user