sparse morph target normals fix

This commit is contained in:
Turánszki János
2022-11-29 10:58:49 +01:00
parent 438e575da7
commit d0b95bdeac
6 changed files with 98 additions and 59 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 105;
const int revision = 106;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);