diff options
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r-- | src/wall-atlas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index d617f341..e637007d 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -43,7 +43,7 @@ wall_atlas::wall_atlas(wall_atlas_def def, String path, const ImageView2D& img) : _dir_array{std::move(def.direction_array)}, _frame_array{std::move(def.frames)}, _info{std::move(def.header)}, _path{std::move(path)}, - _direction_map{def.direction_map } + _direction_map{def.direction_map} { _texture.setLabel(_path) .setWrapping(GL::SamplerWrapping::ClampToEdge) |