1
0
Fork 0

(svn r25002) -Doc: [SDL] Fix typo in comment.

release/1.4
matthijs 2013-02-15 11:01:43 +00:00
parent 7ff6598cd2
commit afd1e49224
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ bool VideoDriver_SDL::CreateMainSurface(uint w, uint h)
* same window and palette settings when the bpp
* (and a few flags) are the same. Since we need
* to hwpalette value to change (in particular
* when switching betwen fullscreen and
* when switching between fullscreen and
* windowed), we restart the entire video
* subsystem to force creating a new window.
*