Mercurial > sdl-ios-xcode
changeset 3070:3e3724fb829e
Fixed bug #681
Description From Philipp 2009-01-16 20:50:01 (-) [reply]
The File test/README from the svn says this:
testgl A very simple example of using OpenGL with SDL
testgl2 Improved version of testgl
It is actually exchanged.
testgl.c is the improved version right now and testgl2.c the simple one.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 17 Feb 2009 05:44:49 +0000 |
parents | caefe2344f65 |
children | 6f3308d4b6cd |
files | test/README |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/README Tue Feb 17 05:39:18 2009 +0000 +++ b/test/README Tue Feb 17 05:44:49 2009 +0000 @@ -15,7 +15,7 @@ testfile Tests RWops layer testgamma Tests video device gamma ramp testgl A very simple example of using OpenGL with SDL - testgl2 Improved version of testgl + testgl2 An even simpler example using the SDL 1.3 API testhread Hacked up test of multi-threading testiconv Tests international string conversion testjoystick List joysticks and watch joystick events