mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
parent
cf3497ce78
commit
4594c96dae
@ -273,7 +273,7 @@ void CSGShape::mikktSetTSpaceDefault(const SMikkTSpaceContext *pContext, const f
|
||||
}
|
||||
|
||||
void CSGShape::_update_shape() {
|
||||
if (parent || !is_inside_tree()) {
|
||||
if (parent) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user