Explorar o código

Revert #52647

(cherry picked from commit 9c312c486c14d234062f6407708a4298bebe91af)
hoontee %!s(int64=3) %!d(string=hai) anos
pai
achega
4594c96dae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/csg/csg_shape.cpp

+ 1 - 1
modules/csg/csg_shape.cpp

@@ -273,7 +273,7 @@ void CSGShape::mikktSetTSpaceDefault(const SMikkTSpaceContext *pContext, const f
 }
 
 void CSGShape::_update_shape() {
-	if (parent || !is_inside_tree()) {
+	if (parent) {
 		return;
 	}