diff options
Diffstat (limited to 'anim-crop-tool/atlas.cpp')
-rw-r--r-- | anim-crop-tool/atlas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anim-crop-tool/atlas.cpp b/anim-crop-tool/atlas.cpp index 05575298..dcb8b636 100644 --- a/anim-crop-tool/atlas.cpp +++ b/anim-crop-tool/atlas.cpp @@ -5,7 +5,7 @@ #include <filesystem> #include <opencv2/imgcodecs.hpp> -using namespace Magnum::Examples::Serialize; +using namespace floormat::Serialize; void anim_atlas_row::add_entry(const anim_atlas_entry& x) { |