Skip to content

Commit 390e368

Browse files
committed
small name change
1 parent 1d56d31 commit 390e368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private void LoadAvailableTypes()
155155

156156
if (selectedTypes.Count == 0)
157157
{
158-
Debug.LogWarning("no saved filter found for ScriptableObject Editor Window.");
158+
Debug.LogWarning("no saved filter found for Game Config Editor.");
159159
selectedTypes.AddRange(availableTypes);
160160
}
161161
}

0 commit comments

Comments
 (0)