GreenCrowDev / hoodie

Hoodie is a plugin for Godot Engine 4 that offers a visual scripting interface for generating procedural geometry.
MIT License
223 stars 5 forks source link

Fix compiling issues on linux #57

Closed GreenCrowDev closed 4 months ago

GreenCrowDev commented 4 months ago

Fix a forward declaration issue. Fix a non-const lvalue issue. Updates README.md file with better explanation for compilation.