Update stb_voxel_render.h

This commit is contained in:
guitarfreak 2016-10-08 04:23:52 +02:00 committed by GitHub
parent 5fcd181fae
commit 6a29bcf2a1
1 changed files with 2 additions and 3 deletions

View File

@ -3358,10 +3358,9 @@ static void stbvox_make_mesh_for_block_with_geo(stbvox_mesh_maker *mm, stbvox_po
mesh = mm->input.selector[v_off];
simple_rot = mesh >> 4;
mesh &= 15;
} else if (mm->input.block_selector) {
}
if (mm->input.block_selector) {
mesh = mm->input.block_selector[bt];
simple_rot = mesh >> 4;
mesh &= 15;
}
// check if we're going off the end