Merge pull request #22 from TakaRikka/26-02-25-fix-fader

Re-enable fader logic
This commit is contained in:
TakaRikka
2026-02-25 13:53:22 -08:00
committed by GitHub
+4 -4
View File
@@ -200,10 +200,10 @@ void JFWDisplay::endGX() {
J2DOrthoGraph ortho(0.0f, 0.0f, width, height, -1.0f, 1.0f);
//if (mFader != NULL) {
// ortho.setPort();
// mFader->control();
//}
if (mFader != NULL) {
ortho.setPort();
mFader->control();
}
ortho.setPort();
JUTDbPrint::getManager()->flush();