Some minor cleanup.

This commit is contained in:
SmileTheory 2013-03-06 02:02:01 -08:00
parent 027af8e6cc
commit fbe56e4fa1
4 changed files with 40 additions and 86 deletions

View file

@ -720,7 +720,7 @@ void FBO_BlitFromTexture(struct image_s *src, vec4i_t inSrcBox, vec2_t inSrcTexS
}
else
{
color[0] = color[1] = color[2] = color[3] = 1.0f;
VectorCopy4(colorWhite, color);
}
if (!shaderProgram)