Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Move chunk rendering to new function #105

Closed Hopson97 closed 4 years ago

Hopson97 commented 4 years ago

Moves the chunk rendering to a new function.

This is because fluid and solid chunks rendering had the exact same code, so I moved them apart to avoid this.

rehwinkel commented 4 years ago

Looks good to merge!

Hopson97 commented 4 years ago

Sweet, thanks!