2
0
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:
2016-02-11 23:14:21 -08:00
parent 49a9886a7c
commit 10beb0052e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}
}