mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +00:00
Fix a typo
This commit is contained in:
parent
f5700934ad
commit
0234ffe6ff
1 changed files with 4 additions and 4 deletions
|
@ -241,7 +241,7 @@ void GL_DrawAliasFrame (aliashdr_t *paliashdr, lerpdata_t lerpdata)
|
|||
|
||||
commands = (int *)((byte *)paliashdr + paliashdr->commands);
|
||||
|
||||
vertcolor[3] = entalpha; //never changes, so there's no need to put this inside the look
|
||||
vertcolor[3] = entalpha; //never changes, so there's no need to put this inside the loop
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue