Fix renderergl1 warnings
This commit is contained in:
parent
eeaf0227f7
commit
d38039f975
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue