From d2033b110ba3af9d59143d061881d258096c5252 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 20 Mar 2007 07:47:14 +0000 Subject: [PATCH] fix comments --- stepmania/src/RageDisplay_OGL.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 57fa410334..24bf4447f4 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -88,7 +88,7 @@ static RageDisplay::PixelFormatDesc PIXEL_FORMAT_DESC[NUM_PixelFormat] = { 0x003E, 0x0001 }, }, { - /* R5G5B5 */ + /* R5G5B5X1 */ 16, { 0xF800, 0x07C0, @@ -106,7 +106,7 @@ static RageDisplay::PixelFormatDesc PIXEL_FORMAT_DESC[NUM_PixelFormat] = { 8, { 0,0,0,0 } /* N/A */ }, { - /* B8G8R8A8 */ + /* B8G8R8 */ 24, { 0x0000FF, 0x00FF00,