mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
fix crash caused by forgetting to remove a GUI element from the main
window when switching menus
This commit is contained in:
parent
67deab812b
commit
5483f0f444
@ -1107,6 +1107,7 @@ static int MenuGameSelection()
|
||||
mainWindow->Remove(&buttonWindow);
|
||||
mainWindow->Remove(&gameBrowser);
|
||||
mainWindow->Remove(&preview);
|
||||
mainWindow->Remove(&bgPreview);
|
||||
MEM_DEALLOC(imgBuffer);
|
||||
return menu;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user