mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
taniwha forgot a ; ...
This commit is contained in:
parent
fb9e8d05b4
commit
5de94bd9ad
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ R_DrawSkyLayer (float s)
|
|||
glTexCoord2f(0.5,0.5);
|
||||
glVertex3f(r_refdef.vieworg[0],
|
||||
r_refdef.vieworg[1],
|
||||
r_refdef.vieworg[2]+domescale[2])
|
||||
r_refdef.vieworg[2]+domescale[2]);
|
||||
for (b = 1; b < 16; b++)
|
||||
{
|
||||
x = bubble_costable[b+16];
|
||||
|
|
Loading…
Reference in a new issue