Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rotation gizmo for empty Spatials
The AABB for an empty Spatial has 0 size, since the stored and compared Transform was scaled by the AABB size, it would completely destroy the rotation information. If there is no rotation information, the gizmo doesn't update when the rotation changes.
- Loading branch information