diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 14:04:51 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 14:04:51 +0200 |
| commit | bb17be56d2cd22949bf485c518d543a7e79a6b7d (patch) | |
| tree | 2076f82df9a2e9a612dc4678bbdda1adf0d1064e /src/tile-atlas.cpp | |
| parent | a4c24b236e7438adb34798fcd20178e3b69b5215 (diff) | |
a
Diffstat (limited to 'src/tile-atlas.cpp')
| -rw-r--r-- | src/tile-atlas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile-atlas.cpp b/src/tile-atlas.cpp index 3f08bc9c..533cc8e9 100644 --- a/src/tile-atlas.cpp +++ b/src/tile-atlas.cpp @@ -7,7 +7,7 @@ namespace floormat { -tile_atlas::tile_atlas(Containers::StringView name, const ImageView2D& image, Vector2ub tile_count) : +tile_atlas::tile_atlas(StringView name, const ImageView2D& image, Vector2ub tile_count) : texcoords_{make_texcoords_array(Vector2ui(image.size()), tile_count)}, name_{name}, size_{image.size()}, dims_{tile_count} { |
