tessellation fix

This commit is contained in:
Turánszki János
2023-07-29 09:03:51 +02:00
parent c518e9db4e
commit b742d877ac
2 changed files with 15 additions and 10 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 = 263;
const int revision = 264;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);