Re-enable fader logic

Was disabled during port development, needed to load the game
This commit is contained in:
PJB3005
2026-02-25 22:47:31 +01:00
parent 39981e4a65
commit 10d3e63ee2
+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();