mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Modal dialogs must be closed with EndModal() or all kinds of weird
corruption can happen with wx 2.9. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7092 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
145559424c
commit
d93dc23e77
4 changed files with 6 additions and 7 deletions
|
@ -93,7 +93,7 @@ bool SaveTexture(const char* filename, u32 textarget, u32 tex, int width, int he
|
|||
|
||||
TextureCache::TCacheEntry::~TCacheEntry()
|
||||
{
|
||||
if (texture)
|
||||
if (texture)
|
||||
{
|
||||
glDeleteTextures(1, &texture);
|
||||
texture = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue