terrain: block compressed writed with sparse aliasing

This commit is contained in:
Turánszki János
2022-11-08 11:33:38 +01:00
parent 0556ae6da7
commit b650bbc58c
6 changed files with 94 additions and 123 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 = 83;
const int revision = 84;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);