Chailotl / osuve

Open-Source Unity Voxel Engine
GNU General Public License v3.0
46 stars 9 forks source link

Strangeness regarding World.GetBlock() #19

Open Chailotl opened 6 years ago

Chailotl commented 6 years ago

As a temporary solution, World.GetBlock() simply routes to World.GenerateBlock(), as such it isn't optimal. More investigation is due.