mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Graphics::snapToBitmap needs to call p->screen.composite()
This commit is contained in:
parent
8ccbc046ed
commit
0a8b24a5ec
1 changed files with 2 additions and 0 deletions
|
@ -1403,6 +1403,8 @@ void Graphics::fadein(int duration) {
|
|||
}
|
||||
|
||||
Bitmap *Graphics::snapToBitmap() {
|
||||
p->screen.composite();
|
||||
|
||||
if (shState->config().enableHires) {
|
||||
// TODO: Maybe don't reconstruct this struct every time?
|
||||
TEXFBO tf;
|
||||
|
|
Loading…
Add table
Reference in a new issue