Files
commandergenius/bugs.txt
2013-09-01 20:02:42 +03:00

11 lines
411 B
Plaintext

Known bugs (see also todo.txt)
==============================
- Calling SDL_SetVideoMode() with SDL 1.3 several times makes it crash.
- Calling SDL_Init()/SDL_Quit() several times will make SDL 1.2 crash.
- SDL_FillRect() does not work with SDL 1.2 in HW mode (and probably with SDL 1.3 too).
- 32-bpp color mode does not work with SW video surface, 24-bpp and 32-bpp mode does not work with SDL_HWSURFACE.