From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- src/tile-atlas.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tile-atlas.cpp') diff --git a/src/tile-atlas.cpp b/src/tile-atlas.cpp index 95e01bfa..dfb0b83c 100644 --- a/src/tile-atlas.cpp +++ b/src/tile-atlas.cpp @@ -4,7 +4,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { tile_atlas::tile_atlas(Containers::StringView name, const ImageView2D& image, Vector2ui dims) : name_{name}, @@ -37,4 +37,4 @@ std::array tile_atlas::texcoords_for_id(std::size_t id_) const }}; } -} // namespace Magnum::Examples +} // namespace floormat -- cgit v1.2.3