Bug fixes to the OpenGL renderer

This commit is contained in:
Sam Lantinga
2006-07-22 18:01:56 +00:00
parent d533be8505
commit accc2c8f4e
3 changed files with 7 additions and 5 deletions

View File

@@ -304,6 +304,9 @@ PrintRendererFlag(Uint32 flag)
case SDL_Renderer_PresentVSync:
fprintf(stderr, "PresentVSync");
break;
case SDL_Renderer_Accelerated:
fprintf(stderr, "Accelerated");
break;
default:
fprintf(stderr, "0x%8.8x", flag);
break;