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() {
|
CSGBrush *CSGCombiner::_build_brush() {
|
||||||
|
return memnew(CSGBrush); //does not build anything
|
||||||
return NULL; //does not build anything
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CSGCombiner::CSGCombiner() {
|
CSGCombiner::CSGCombiner() {
|
||||||
|
|||||||
Reference in New Issue
Block a user