diff options
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r-- | src/Theme.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp index a6d1050..e28ff51 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -108,6 +108,9 @@ namespace gsr { if(!theme->save_texture.load_from_file((resources_path + "images/save.png").c_str())) goto error; + if(!theme->screenshot_texture.load_from_file((resources_path + "images/screenshot.png").c_str())) + goto error; + return true; error: |