Mercurial > sdl-ios-xcode
diff test/testgl2.c @ 1985:8055185ae4ed
Added source color and alpha modulation support.
Added perl script to generate optimized render copy functions.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 28 Aug 2006 03:17:39 +0000 |
parents | 01e29c3e9a29 |
children | 114a541cfae2 |
line wrap: on
line diff
--- a/test/testgl2.c Thu Aug 24 12:49:59 2006 +0000 +++ b/test/testgl2.c Mon Aug 28 03:17:39 2006 +0000 @@ -194,7 +194,7 @@ } } if (consumed < 0) { - fprintf(stderr, "Usage: %s %s [--fsaa] [--accel]", argv[0], + fprintf(stderr, "Usage: %s %s [--fsaa] [--accel]\n", argv[0], CommonUsage(state)); quit(1); }