trackbar track-width semantic update + gamma setting trackbar

This commit is contained in:
MihailRis
2024-04-25 06:00:35 +03:00
parent b1a79e3a6e
commit 8be0d157c2
11 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ assetload::postfunc assetload::atlas(
atlas->prepare();
assets->store(atlas, name);
// FIXME
// TODO
for (const auto& file : names) {
animation(assets, paths, "textures", file, atlas);
}