aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/gui.cpp')
-rw-r--r--engines/macventure/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp
index bf8455eb91..ff14cf3b5d 100644
--- a/engines/macventure/gui.cpp
+++ b/engines/macventure/gui.cpp
@@ -171,8 +171,8 @@ void Gui::initGUI() {
}
void Gui::reloadInternals() {
- loadGraphics();
clearAssets();
+ loadGraphics();
}
void Gui::draw() {