mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-14 08:31:04 +00:00
Moved last reset of texture precache counter from .jpg to .tga loop.
This misplacement was the result of a reordering of the texture format download order.
This commit is contained in:
parent
cace814029
commit
905c57708f
1 changed files with 1 additions and 1 deletions
|
@ -514,6 +514,7 @@ void CL_RequestNextDownload (void)
|
|||
}
|
||||
}
|
||||
precache_check = texture_cnt+3;
|
||||
precache_tex = 0;
|
||||
}
|
||||
|
||||
#ifdef PNG_SUPPORT
|
||||
|
@ -561,7 +562,6 @@ void CL_RequestNextDownload (void)
|
|||
}
|
||||
}
|
||||
precache_check = texture_cnt+999;
|
||||
precache_tex = 0;
|
||||
}
|
||||
//ZOID
|
||||
|
||||
|
|
Loading…
Reference in a new issue