fix: 'box' primitive uv & update stairs model

This commit is contained in:
MihailRis
2025-05-29 20:53:39 +03:00
parent 407184250c
commit 45f845eb10
6 changed files with 21 additions and 11 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ static const std::unordered_map<std::string, int> side_indices {
{"south", 1},
{"top", 2},
{"bottom", 3},
{"east", 4},
{"west", 5},
{"west", 4},
{"east", 5},
};
static void perform_rect(const xmlelement& root, model::Model& model) {