mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Fix derps (how did it even compile?)
This commit is contained in:
@@ -153,7 +153,7 @@ bool CCEPulse::GetValue(int frame, Zeus::CColor& valOut) const
|
||||
bool CCEParticleColor::GetValue(int frame, Zeus::CColor& colorOut) const
|
||||
{
|
||||
/* TODO: Do */
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user