Minor refactor

This commit is contained in:
MihailRis
2023-12-07 13:45:34 +03:00
parent 2055cff0be
commit 551b230b94
10 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class BlocksRenderer {
const glm::vec3& size,
const UVRegion(&faces)[6],
const Block* block,
ubyte states);
ubyte rotation);
void blockXSprite(int x, int y, int z, const glm::vec3& size, const UVRegion& face1, const UVRegion& face2, float spread);
bool isOpenForLight(int x, int y, int z) const;