From d4e45d529866c37b3630be1f16066e6bc56b1720 Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 11 Feb 2011 11:18:07 +0000 Subject: [PATCH] Updated readme --- bugs.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bugs.txt b/bugs.txt index 150163955..8d7728f0a 100644 --- a/bugs.txt +++ b/bugs.txt @@ -5,10 +5,12 @@ Known bugs - Calling SDL_SetVideoMode() with SDL 1.3 several times makes it crash. -- Split Settings.java into several files +- Split Settings.java into several files. - There's no double-buffered SW mode, only single-buffered. +- SDL_FillRect() does not work in SDL 1.2 HW mode. + Requested features ==================