Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug #681
Browse files Browse the repository at this point in the history
   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.
  • Loading branch information
slouken committed Feb 17, 2009
1 parent 1f23548 commit 95e3dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/README
Expand Up @@ -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
Expand Down

0 comments on commit 95e3dfb

Please sign in to comment.