mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Initial CScriptGun implementation, more loaders
This commit is contained in:
@@ -101,7 +101,7 @@ void CParticleElectric::DrawLineStrip(const std::vector<zeus::CVector3f>& verts,
|
||||
m_lineRenderers.resize(m_nextLineRenderer);
|
||||
if (!m_lineRenderers[useIdx])
|
||||
m_lineRenderers[useIdx] = std::make_unique<CLineRenderer>(CLineRenderer::EPrimitiveMode::LineStrip,
|
||||
x150_SSEG, nullptr, true);
|
||||
x150_SSEG, nullptr, true, true);
|
||||
CLineRenderer& renderer = *m_lineRenderers[useIdx];
|
||||
zeus::CColor useColor = x1b8_moduColor * color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user