Correct a typo
This commit is contained in:
parent
603cfdd9db
commit
9a5ac1606d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ bool WindowBackend_Software_CreateWindow(const char *window_title, size_t screen
|
||||||
{
|
{
|
||||||
if (fullscreen)
|
if (fullscreen)
|
||||||
if (SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN) < 0)
|
if (SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN) < 0)
|
||||||
Backend_PrintError("Couldn't set window to fullscree: %s", SDL_GetError());
|
Backend_PrintError("Couldn't set window to fullscreen: %s", SDL_GetError());
|
||||||
|
|
||||||
window_sdlsurface = SDL_GetWindowSurface(window);
|
window_sdlsurface = SDL_GetWindowSurface(window);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue