mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Several initial CParticleSwoosh implementations
This commit is contained in:
@@ -96,8 +96,9 @@ void CParticleElectric::RenderLines()
|
||||
CGraphics::SetViewPointMatrix(viewXfrm);
|
||||
}
|
||||
|
||||
void CParticleElectric::Update(double)
|
||||
bool CParticleElectric::Update(double)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CParticleElectric::Render()
|
||||
|
||||
Reference in New Issue
Block a user