mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:04:56 +00:00
AutoMapper work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user