mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
Merge pull request #164 from WaywardHeart/snapToBitmap-composite
Graphics::snapToBitmap needs to call p->screen.composite()
This commit is contained in:
commit
c12f00c537
1 changed files with 2 additions and 0 deletions
|
@ -1436,6 +1436,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