mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
CGuiLight imps
This commit is contained in:
@@ -105,7 +105,8 @@ bool CParticleSwoosh::SystemHasLight() const
|
||||
|
||||
CLight CParticleSwoosh::GetLight() const
|
||||
{
|
||||
return CLight();
|
||||
return CLight(zeus::CVector3f::skZero, zeus::CVector3f::skZero,
|
||||
zeus::CColor::skBlack, 0.f, 1.f, 0.f, 0.f, 1.f, 0.f);
|
||||
}
|
||||
|
||||
bool CParticleSwoosh::GetParticleEmission() const
|
||||
|
||||
Reference in New Issue
Block a user