1.9.1: Fixed issue, where if you had a gui drawing in scene, then handles wouldn't draw
This commit is contained in:
parent
5ce34bde70
commit
f609ba6f51
2 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ namespace Module.Inspector.Editor
|
|||
|
||||
static HandleDrawerEditor()
|
||||
{
|
||||
SceneView.beforeSceneGui -= SceneGUI;
|
||||
SceneView.beforeSceneGui += SceneGUI;
|
||||
SceneView.duringSceneGui -= SceneGUI;
|
||||
SceneView.duringSceneGui += SceneGUI;
|
||||
|
||||
Selection.selectionChanged -= OnSelectionChanged;
|
||||
Selection.selectionChanged += OnSelectionChanged;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue