add platform::get_executable_path (#638)

This commit is contained in:
MihailRis
2025-10-03 21:22:16 +03:00
committed by GitHub
parent ecd95967c4
commit b14bad5d24
5 changed files with 88 additions and 8 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void SkeletonConfig::update(
build_matrix(rotation, interpolation.getCurrent())
);
} else {
update(0, skeleton, root.get(), rotation);
update(0, skeleton, root.get(), build_matrix(rotation, position));
}
}