diff options
author | hoontee <hunter.chambers@gmail.com> | 2022-03-09 17:25:45 -0600 |
---|---|---|
committer | hoontee <hunter.chambers@gmail.com> | 2022-03-09 17:25:45 -0600 |
commit | 9c312c486c14d234062f6407708a4298bebe91af (patch) | |
tree | 0d2794560dc2145ef9a20ba0df7537a845d75f02 /modules/csg/csg_shape.cpp | |
parent | 450ebaab9f333ca463e6e57a29fdc2e47c227c36 (diff) |
Revert #52647
Diffstat (limited to 'modules/csg/csg_shape.cpp')
-rw-r--r-- | modules/csg/csg_shape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 6c14b694a4..fec2d3137c 100644 --- a/modules/csg/csg_shape.cpp +++ b/modules/csg/csg_shape.cpp @@ -280,7 +280,7 @@ void CSGShape3D::mikktSetTSpaceDefault(const SMikkTSpaceContext *pContext, const } void CSGShape3D::_update_shape() { - if (!is_root_shape() || !is_inside_tree()) { + if (!is_root_shape()) { return; } |