diff options
Diffstat (limited to 'src/resources/loaders/emptyatlasloader.cpp')
-rw-r--r-- | src/resources/loaders/emptyatlasloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/loaders/emptyatlasloader.cpp b/src/resources/loaders/emptyatlasloader.cpp index b3d943075..71ea865e9 100644 --- a/src/resources/loaders/emptyatlasloader.cpp +++ b/src/resources/loaders/emptyatlasloader.cpp @@ -48,7 +48,7 @@ struct EmptyAtlasLoader final AtlasResource *const resource = AtlasManager::loadEmptyAtlas( rl->name, *rl->files); if (resource == nullptr) - reportAlways("Empty atlas creation error: %s", rl->name.c_str()); + reportAlways("Empty atlas creation error: %s", rl->name.c_str()) return resource; } }; |