mirror of
https://github.com/yawut/SDL.git
synced 2026-04-20 23:57:24 -05:00
Date: Thu, 18 Apr 2002 13:50:53 -0700
From: Joseph Carter <knghtbrd@bluecherry.net> Subject: [SDL] A critical bugfix! I discovered a problem with testgl.c which absolutely MUST be fixed! Not fixing this bug immediately will be a great blow to budding OpenGL coders everywhere!
This commit is contained in:
parent
6f14b49abe
commit
502e76ef5b
|
|
@ -454,9 +454,9 @@ int RunGLTest( int argc, char* argv[],
|
|||
/* Initialize the display */
|
||||
switch (bpp) {
|
||||
case 8:
|
||||
rgb_size[0] = 2;
|
||||
rgb_size[0] = 3;
|
||||
rgb_size[1] = 3;
|
||||
rgb_size[2] = 3;
|
||||
rgb_size[2] = 2;
|
||||
break;
|
||||
case 15:
|
||||
case 16:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user