You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Properly handle empty CSGCombiners
(cherry picked from commit 001b6075cb)
This commit is contained in:
@@ -655,8 +655,7 @@ CSGShape::~CSGShape() {
|
||||
//////////////////////////////////
|
||||
|
||||
CSGBrush *CSGCombiner::_build_brush() {
|
||||
|
||||
return NULL; //does not build anything
|
||||
return memnew(CSGBrush); //does not build anything
|
||||
}
|
||||
|
||||
CSGCombiner::CSGCombiner() {
|
||||
|
||||
Reference in New Issue
Block a user