Fixed compiler warning about returning a value in a void function.
This commit is contained in:
parent
d2bcd9e6eb
commit
fecb6f7178
1 changed files with 0 additions and 2 deletions
|
@ -2912,8 +2912,6 @@ SDL_GL_DeduceMaxSupportedESProfile(int* major, int* minor)
|
|||
*major = 2;
|
||||
*minor = 0;
|
||||
}
|
||||
#else
|
||||
return SDL_FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue