- made the adjustments.

This commit is contained in:
Christoph Oelckers 2016-04-24 13:35:43 +02:00
commit f77c4642cb
10 changed files with 65 additions and 65 deletions

View file

@ -338,7 +338,7 @@ void FFlatVertexBuffer::CreateVBO()
{
sectors[i].vboindex[3] = sectors[i].vboindex[2] =
sectors[i].vboindex[1] = sectors[i].vboindex[0] = -1;
sectors[i].vboheight[1] = sectors[i].vboheight[0] = FIXED_MIN;
sectors[i].vboheight[1] = sectors[i].vboheight[0] = FLT_MIN;
}
}