floooh / voxel-test

Place to experiment with stb_voxel_renderer.h and Oryol
MIT License
5 stars 1 forks source link

fixed wrong z value in bounds checks #7

Closed mgerhardy closed 8 years ago

mgerhardy commented 8 years ago

If you increase the world height you get missing chunks without this fix

floooh commented 8 years ago

yeah looks like confused the Y/Z dimensions there, thanks!