world previews demo

This commit is contained in:
MihailRis
2024-04-23 01:09:30 +03:00
parent 5afa5304ff
commit 6e2bc9ca95
24 changed files with 153 additions and 59 deletions
+1 -2
View File
@@ -77,8 +77,7 @@ static bool appendAtlas(AtlasBuilder& atlas, const fs::path& file) {
}
auto image = imageio::read(file.string());
image->fixAlphaColor();
atlas.add(name, image.release());
atlas.add(name, std::move(image));
return true;
}