Cleanup for the last checkin

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402033
This commit is contained in:
Sam Lantinga 2006-08-28 03:27:59 +00:00
parent fdafca64b3
commit 2dc5a97f17
2 changed files with 3 additions and 3 deletions

View file

@ -587,13 +587,13 @@ SetupTextureUpdate(GL_RenderData * renderdata, SDL_Texture * texture,
static int
GL_SetTextureColorMod(SDL_Renderer * renderer, SDL_Texture * texture)
{
return -1;
return 0;
}
static int
GL_SetTextureAlphaMod(SDL_Renderer * renderer, SDL_Texture * texture)
{
return -1;
return 0;
}
static int