Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#72 Fixed egui gizmo rendering when viewport is NOTHING
The default gizmo viewport is Rect::NOTHING. Egui gizmo replaces non-finite viewports with the clip rect. However, the non-finite viewport was being used for egui clipping even though the gizmo viewport was replaced.
- Loading branch information