diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b9e81a9..19d75a0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -228,8 +228,7 @@ int main(int argc, char **argv) { mgl::Texture logo_texture; if(icon_filepath) { if(!logo_texture.load_from_file(icon_filepath, {false, false, true})) { - fprintf(stderr, "error: failed to load icon\n"); - return 1; + fprintf(stderr, "Warning: failed to load icon\n"); } } |