summaryrefslogtreecommitdiffhomepage
path: root/main/loader-impl.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-13 12:13:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-13 12:13:56 +0200
commit67897701316d83495aed4baa94e96c9f84b818f8 (patch)
treec359b956e15b2cd9f9f36fe72b3c3cbe2297cac7 /main/loader-impl.cpp
parent713e473b65963ec6ca1b1eb185c297852fa336ea (diff)
a
Diffstat (limited to 'main/loader-impl.cpp')
-rw-r--r--main/loader-impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/loader-impl.cpp b/main/loader-impl.cpp
index ff1bb08f..4d40250a 100644
--- a/main/loader-impl.cpp
+++ b/main/loader-impl.cpp
@@ -64,7 +64,7 @@ std::shared_ptr<tile_atlas> loader_impl::tile_atlas(Containers::StringView name,
Trade::ImageData2D loader_impl::tile_texture(Containers::StringView filename)
{
- if(!tga_importer || !tga_importer->openFile(filename)) {
+ if (!tga_importer || !tga_importer->openFile(filename)) {
const auto path = Utility::Path::currentDirectory();
MESSAGE("note: current working directory: '%s'", path->data());
ABORT("can't open tile image '%s'", filename.cbegin());