diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-08 08:08:43 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-08 08:08:43 +0200 |
| commit | 66968b083c8e2ee12819735f9aa9583192dc8091 (patch) | |
| tree | a4582cf1f17cc400594e1c7c7c69fc4e6a7d48f8 /atlas.cpp | |
| parent | 9a485dcda3ddb0c9e1344df3f753905cc6c9a43b (diff) | |
flush
Diffstat (limited to 'atlas.cpp')
| -rw-r--r-- | atlas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ namespace Magnum::Examples { -atlas_texture::atlas_texture(const Trade::ImageData2D& image, Vector2i dims) : +atlas_texture::atlas_texture(const ImageView2D& image, Vector2i dims) : size_{image.size()}, dims_{dims}, tile_size_{size_ / dims} |
