diff options
author | Sam Lantinga <slouken@libsdl.org> | 2009-02-17 05:44:49 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2009-02-17 05:44:49 +0000 |
commit | 90b4c6937f22c560bad3352227d5035403eb7173 (patch) | |
tree | 8e64c5865a0b11c75449e9c0424445a440200840 /test/README | |
parent | 605f1db18659aae25fe863ef3a23cfb529f7097f (diff) |
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.
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403536
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index 0f8cf628..21845992 100644 --- a/test/README +++ b/test/README @@ -15,7 +15,7 @@ These are test programs for the SDL library: 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 |