ClarkThyLord / Voxel-Core

Voxel plugin for the Godot game engine!
https://godotengine.org/asset-library/asset/465
MIT License
453 stars 28 forks source link

Track in-engine editing of VoxelObject #53

Closed ClarkThyLord closed 2 years ago

ClarkThyLord commented 2 years ago

Patch for the bug that occurs when trying to edit a VoxelObject with a sub resource selected causing the VoxelObject Editor to close. The previous "fix" to this was having to unselect any selected sub resource, with this patch VoxelObject Editor should work as intended without having to do so.

Relevant to #48 #52