Fix renderergl1 warnings

This commit is contained in:
Tim Angus 2014-09-01 11:31:39 +01:00
parent eeaf0227f7
commit d38039f975
3 changed files with 3 additions and 3 deletions

View file

@ -771,7 +771,7 @@ void RB_CalcModulateAlphasByFog( unsigned char *colors ) {
*/
void RB_CalcModulateRGBAsByFog( unsigned char *colors ) {
int i;
float texCoords[SHADER_MAX_VERTEXES][2];
float texCoords[SHADER_MAX_VERTEXES][2] = {{0.0f}};
// calculate texcoords so we can derive density
// this is not wasted, because it would only have