fix blocks placing when crouching

This commit is contained in:
MihailRis
2024-07-13 04:48:03 +03:00
parent 6442a3476f
commit 8617784084
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -88,6 +88,7 @@ static std::tuple<size_t, std::unique_ptr<Bone>> read_node(
std::string model;
root->str("name", name);
root->str("model", model);
std::vector<std::unique_ptr<Bone>> bones;
size_t count = 1;
if (auto nodesList = root->list("nodes")) {