Frame interp: Refactor JUTFader

Now works regardless of interpolation being on/off
This commit is contained in:
Irastris
2026-04-12 13:56:00 -04:00
parent 1f77e2e5e8
commit d481a23c49
4 changed files with 19 additions and 16 deletions
@@ -16,6 +16,7 @@ public:
};
JUTFader(int, int, int, int, JUtility::TColor);
void advance();
void control();
void setStatus(JUTFader::EStatus, int);