ref: 9a5ac1606df0d72b309e43a7ac2f5dab4d3cecad
parent: 603cfdd9dbbbe541d674ec7e61a8aaecc8b1af5f
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Sep 30 17:18:59 EDT 2020
Correct a typo
--- a/src/Backends/Rendering/Window/Software/SDL2.cpp
+++ b/src/Backends/Rendering/Window/Software/SDL2.cpp
@@ -21,7 +21,7 @@
{
if (fullscreen)
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);