Graphics: Execute one frame reset at construction

Fixes RGSS3 title screen transition looking skipped
This commit is contained in:
Jonas Kulla 2014-08-15 23:02:49 +02:00
parent 150c280c1e
commit 8d375b5cac
1 changed files with 2 additions and 0 deletions

View File

@ -435,6 +435,8 @@ struct GraphicsPrivate
TEXFBO::init(transBuffer); TEXFBO::init(transBuffer);
TEXFBO::allocEmpty(transBuffer, scRes.x, scRes.y); TEXFBO::allocEmpty(transBuffer, scRes.x, scRes.y);
TEXFBO::linkFBO(transBuffer); TEXFBO::linkFBO(transBuffer);
fpsLimiter.resetFrameAdjust();
} }
~GraphicsPrivate() ~GraphicsPrivate()