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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user