(cherry picked from commit 9c312c486c)
This commit is contained in:
hoontee 2022-03-09 17:25:45 -06:00 committed by Rémi Verschelde
parent cf3497ce78
commit 4594c96dae

View File

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