fix block models generation

This commit is contained in:
MihailRis
2024-11-05 01:51:37 +03:00
parent 87663e597b
commit 6f9bad0557
4 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void ParticlesRenderer::renderParticles(const Camera& camera, float delta) {
batch->quad(
particle.position,
right,
up,
preset.globalUpVector ? glm::vec3(0, 1, 0) : up,
preset.size,
light,
glm::vec3(1.0f),