- GL code adjustments for reworked precaching.

This commit is contained in:
Christoph Oelckers 2015-04-01 11:59:41 +02:00
commit 1e9a6e667e
4 changed files with 4 additions and 22 deletions

View file

@ -132,23 +132,6 @@ void FSkyBox::Unload ()
//
//-----------------------------------------------------------------------------
void FSkyBox::PrecacheGL(int cache)
{
for (int i = 0; i < 6; i++)
{
if (faces[i])
{
faces[i]->PrecacheGL(cache);
}
}
}
//-----------------------------------------------------------------------------
//
//
//
//-----------------------------------------------------------------------------
void gl_ParseSkybox(FScanner &sc)
{
int facecount=0;