2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:04:56 +00:00

AutoMapper work

This commit is contained in:
Jack Andersen
2017-03-19 19:09:53 -10:00
parent 6c9462e099
commit 8e7773aa94
63 changed files with 1181 additions and 145 deletions

View File

@@ -551,12 +551,12 @@ void VISIRenderer::Run(FPercent updatePercent)
Light& light = m_lights[i];
light.point = r.readVec3fBig();
}
}
if (!SetupVertexBuffersAndFormats())
{
m_return = 1;
return;
}
if (!SetupVertexBuffersAndFormats())
{
m_return = 1;
return;
}
VISIBuilder builder(*this);