add entities renderer tint support

This commit is contained in:
MihailRis
2024-07-20 19:35:43 +03:00
parent fba0bca0dc
commit 0c4cdeaa87
6 changed files with 62 additions and 42 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ void SkeletonConfig::render(
}
model = modelOverride.model ? modelOverride.model : model;
if (model) {
batch.draw(
skeleton.calculated.matrices[i], model, &skeleton.textures);
batch.draw(skeleton.calculated.matrices[i], glm::vec3(1.0f), model,
&skeleton.textures);
}
}
}