Do not calculate the AABB raycaster in cut gizmo, it does not use it
This commit is contained in:
parent
00f4a702c2
commit
304424b6d4
1 changed files with 1 additions and 2 deletions
|
@ -2537,8 +2537,7 @@ CommonGizmosDataID GLGizmoCut3D::on_get_requirements() const {
|
|||
return CommonGizmosDataID(
|
||||
int(CommonGizmosDataID::SelectionInfo)
|
||||
| int(CommonGizmosDataID::InstancesHider)
|
||||
| int(CommonGizmosDataID::ObjectClipper)
|
||||
| int(CommonGizmosDataID::Raycaster));
|
||||
| int(CommonGizmosDataID::ObjectClipper));
|
||||
}
|
||||
|
||||
void GLGizmoCut3D::data_changed()
|
||||
|
|
Loading…
Add table
Reference in a new issue