From d2b9714c5ab557de69a985bdb7e4a0ab0fd95864 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 5 Oct 2022 05:05:00 +0200 Subject: a --- loader-impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader-impl.cpp') diff --git a/loader-impl.cpp b/loader-impl.cpp index 23552f77..24d43fdb 100644 --- a/loader-impl.cpp +++ b/loader-impl.cpp @@ -52,7 +52,7 @@ std::shared_ptr loader_impl::tile_atlas(const Containers::StringView if (it != atlas_map.end()) return it->second; auto image = tile_texture(name); - auto atlas = std::make_shared(image, size); + auto atlas = std::make_shared(name, image, size); atlas_map[name] = atlas; return atlas; } -- cgit v1.2.3