Skip to content

Commit de7ae8b

Browse files
committed
Update instructions text
1 parent cebf201 commit de7ae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/CC0TexturesImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private void OnGUI()
2929
{
3030
EditorGUILayout.Space();
3131
EditorGUILayout.LabelField("CC0 Textures Importer", EditorStyles.largeLabel);
32-
EditorGUILayout.LabelField("Enter an Asset ID from the website, choose the desired Texture Resolution and Format, then click one of the import buttons.", EditorStyles.wordWrappedLabel);
32+
EditorGUILayout.LabelField("Enter an Asset ID from the website, choose the desired Texture Resolution and Format, then click one of the Import buttons.", EditorStyles.wordWrappedLabel);
3333
EditorGUILayout.Space();
3434

3535
using (new EditorGUI.IndentLevelScope(1))

0 commit comments

Comments
 (0)