aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r--src/Theme.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp
index e08cfb8..037f159 100644
--- a/src/Theme.cpp
+++ b/src/Theme.cpp
@@ -88,6 +88,12 @@ namespace gsr {
if(!theme->checkbox_background_texture.load_from_file((resources_path + "images/checkbox_background.png").c_str()))
goto error;
+ if(!theme->play_texture.load_from_file((resources_path + "images/play.png").c_str()))
+ goto error;
+
+ if(!theme->stop_texture.load_from_file((resources_path + "images/stop.png").c_str()))
+ goto error;
+
return true;
error: