mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 00:45:10 -04:00
Re-enable fader logic
Was disabled during port development, needed to load the game
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user