File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/Editor Toolbox/Editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ private static List<GameObject> GetObjectsUnderCursor()
40
40
private static void UpdateEventCallback ( )
41
41
{
42
42
#if UNITY_2019_1_OR_NEWER
43
- UnityEditor . SceneView . duringSceneGui -= SceneViewDuringSceneGUI ;
43
+ UnityEditor . SceneView . duringSceneGui -= SceneViewDuringSceneGui ;
44
44
45
45
if ( UseToolboxSceneView )
46
46
{
47
- UnityEditor . SceneView . duringSceneGui += SceneViewDuringSceneGUI ;
47
+ UnityEditor . SceneView . duringSceneGui += SceneViewDuringSceneGui ;
48
48
}
49
49
#endif
50
50
}
51
51
52
- private static void SceneViewDuringSceneGUI ( UnityEditor . SceneView sceneView )
52
+ private static void SceneViewDuringSceneGui ( UnityEditor . SceneView sceneView )
53
53
{
54
54
if ( Event . current . type != EventType . KeyDown ||
55
55
Event . current . keyCode != SelectorKey )
You can’t perform that action at this time.
0 commit comments