Bug fixes to the OpenGL renderer

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401966
This commit is contained in:
Sam Lantinga 2006-07-22 18:01:56 +00:00
parent 2fe561616a
commit 46ad1ad5d6
3 changed files with 7 additions and 5 deletions

View file

@ -68,7 +68,7 @@ SDL_RenderDriver D3D_RenderDriver = {
SDL_TextureBlendMode_Blend | SDL_TextureBlendMode_Add |
SDL_TextureBlendMode_Mod),
(SDL_TextureScaleMode_None | SDL_TextureScaleMode_Fast |
SDL_TextureScaleMode_Best),
SDL_TextureScaleMode_Slow | SDL_TextureScaleMode_Best),
12,
{
SDL_PixelFormat_Index8,