- moved all code not specific to the software renderer out of r_bsp.cpp.

SVN r3250 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-05 19:50:01 +00:00
commit 06d280f00a
4 changed files with 113 additions and 119 deletions

View file

@ -165,6 +165,7 @@ void FNodeBuilder::ExtractMini (FMiniBSP *bsp)
{
unsigned int i;
bsp->bDirty = false;
bsp->Verts.Resize(Vertices.Size());
for (i = 0; i < Vertices.Size(); ++i)
{