File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Editor Toolbox/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ internal static void UpdateDrawers(IToolboxInspectorSettings settings)
249249 //create all type-only-related drawers
250250 PrepareTargetTypeDrawers ( settings ) ;
251251
252- ForceDefaultLists ( settings . ForceDefaultLists ) ;
252+ HandleDefaultLists ( settings . ForceDefaultLists ) ;
253253 //log errors into console only once
254254 validationEnabled = false ;
255255 }
@@ -274,7 +274,7 @@ internal static bool HasTargetTypeDrawer(Type type)
274274 return targetTypeDrawers . ContainsKey ( type . IsGenericType ? type . GetGenericTypeDefinition ( ) : type ) ;
275275 }
276276
277- internal static void ForceDefaultLists ( bool value )
277+ internal static void HandleDefaultLists ( bool value )
278278 {
279279 if ( value )
280280 {
You can’t perform that action at this time.
0 commit comments