From 66968b083c8e2ee12819735f9aa9583192dc8091 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 8 Jun 2022 08:08:43 +0200 Subject: flush --- atlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atlas.cpp') diff --git a/atlas.cpp b/atlas.cpp index 385cbd17..d40cec11 100644 --- a/atlas.cpp +++ b/atlas.cpp @@ -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} -- cgit v1.2.3