feat: complete item 'model-name' support

This commit is contained in:
MihailRis
2024-10-30 12:58:07 +03:00
parent 7c933f89c6
commit 9c3d4af907
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ void WorldRenderer::renderHands(const Camera& camera, const Assets& assets) {
modelBatch->draw(
matrix,
glm::vec3(1.0f),
assets.get<model::Model>(def.name + ".model"),
assets.get<model::Model>(def.modelName),
&map
);
Window::clearDepth();