fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.39k stars 1.39k forks source link

corrected types of static arrays #173

Open pakanek opened 7 years ago

pakanek commented 7 years ago

Some float arrays were used to index other arrays or as 0/1 bools. One had wrong dimension.