WorldRenderer and HudRenderer classes

This commit is contained in:
MihailRis
2022-10-01 15:59:57 +03:00
parent 5955c74208
commit d3f29f8ace
8 changed files with 43 additions and 216 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ inline void _renderXBlock(std::vector<float>& buffer, int x, int y, int z, const
float xs = (float)(char)rand / 512;
float zs = (float)(char)(rand >> 8) / 512;
if (block->type != 2){
if (block->model != 2){
return;
}