Backends/SDL2/Window-Software: Removed un-needed braces
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
d41bf46c1a
commit
b58cfcdd2f
1 changed files with 0 additions and 2 deletions
|
@ -23,10 +23,8 @@ unsigned char* WindowBackend_Software_CreateWindow(const char *window_title, int
|
|||
if (window != NULL)
|
||||
{
|
||||
if (fullscreen)
|
||||
{
|
||||
if (SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN) < 0)
|
||||
Backend_PrintError("Couldn't set window to fullscree: %s", SDL_GetError());
|
||||
}
|
||||
|
||||
window_sdlsurface = SDL_GetWindowSurface(window);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue