mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
Fix renderergl2 warnings
This commit is contained in:
parent
d38039f975
commit
6665ea4a49
4 changed files with 7 additions and 9 deletions
|
@ -640,7 +640,7 @@ float RB_CalcWaveAlphaSingle( const waveForm_t *wf )
|
|||
*/
|
||||
void RB_CalcModulateColorsByFog( 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