diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
| commit | cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch) | |
| tree | 2dd795feb2b735773ca936effa57884986196aca /src/tile-atlas.cpp | |
| parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) | |
a
Diffstat (limited to 'src/tile-atlas.cpp')
| -rw-r--r-- | src/tile-atlas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <Magnum/ImageView.h> #include <Magnum/GL/TextureFormat.h> -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<Vector2, 4> tile_atlas::texcoords_for_id(std::size_t id_) const }}; } -} // namespace Magnum::Examples +} // namespace floormat |
