Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Creckeryop committed Oct 29, 2020
1 parent 4fecfbc commit 4b14db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified assets/bomb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,11 +737,12 @@ void pause_screen::control(SceCtrlData &pad, SceCtrlData &oldpad)
}
if (owner->state < 2)
{
owner->gamescreen->created = false;
vita2d_wait_rendering_done();
vita2d_free_texture(owner->gamescreen->screenshot);
created = true;
owner->gamescreen->screenshot = NULL;
owner->gamescreen->created = false;
screenshot = make_screenshot();
created = true;
}
}
}
Expand Down

0 comments on commit 4b14db9

Please sign in to comment.