aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r--src/Theme.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp
index 3c8b981..8865796 100644
--- a/src/Theme.cpp
+++ b/src/Theme.cpp
@@ -97,6 +97,9 @@ namespace gsr {
if(!theme->pause_texture.load_from_file((resources_path + "images/pause.png").c_str()))
goto error;
+ if(!theme->save_texture.load_from_file((resources_path + "images/save.png").c_str()))
+ goto error;
+
return true;
error: