2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

Parameter renaming and minor bug fixes

This commit is contained in:
Jack Andersen
2016-02-28 17:03:11 -10:00
parent 02d605cbb9
commit c1af78e7ed
8 changed files with 58 additions and 59 deletions

View File

@@ -114,7 +114,7 @@ bool CCEFadeEnd::GetValue(int frame, Zeus::CColor& valOut) const
bool CCEFade::GetValue(int frame, Zeus::CColor& valOut) const
{
float c;
xc_startFrame->GetValue(frame, c);
xc_endFrame->GetValue(frame, c);
float t = frame / c;
if (t > 1.f)