codecat / godot-tbloader

TrenchBroom Loader for Godot 4. (Alternative to Qodot)
MIT License
232 stars 29 forks source link

Fix compilation for master version of godot (soon to be beta 9) #51

Closed somebody1121 closed 1 year ago

somebody1121 commented 1 year ago

I tested with a master version of godot and tbloader make it crash. Updating godot-cpp it's not enough to make it compile since there was also renames (They have the new names on the README so it was easy). This changes make it work again. I did a quick test and appears to work as before.

codecat commented 1 year ago

Thanks! I will merge this PR when Beta 9 comes out. Feel free to ping me in case I miss the release.

somebody1121 commented 1 year ago

@codecat well, beta 9 it's out and godot-cpp doesn't have an update so this is ready to merge

somebody1121 commented 1 year ago

Added latest changes for godot-cpp, did a quick test and works as before

codecat commented 1 year ago

Awesome, thank you!