Fixed glitch drawing translucent pieces.

This commit is contained in:
leo 2012-12-23 00:48:22 +00:00
parent 4d7fa13fc5
commit 0a42b92f46

View file

@ -1941,6 +1941,7 @@ void Project::RenderScenePieces(View* view)
} }
PreviousMesh = Mesh; PreviousMesh = Mesh;
PreviousOffset = (char*)(~0);
} }
for (int SectionIdx = 0; SectionIdx < Mesh->mNumSections; SectionIdx++) for (int SectionIdx = 0; SectionIdx < Mesh->mNumSections; SectionIdx++)