Skip to content

Commit dc65a68

Browse files
committed
Update PatcherTemplate.cs
1 parent 39a7686 commit dc65a68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DemoProject/Assets/Hash's_Things/EditDistributor/Editor/PatcherTemplate.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void OnGUI()
151151
{
152152
case 0:
153153
//please click the button
154-
AddBoldCenteredLabel("Please click the button above to patch your moddel :)");
154+
AddBoldCenteredLabel("Please click the button above to patch your model :)");
155155
EditorGUILayout.Space(10);
156156
AddBoldCenteredLabel("Please double check that you used " + AvatarVersion);
157157
AddBoldCenteredLabel("to import the original avatar in your project");
@@ -168,7 +168,6 @@ void OnGUI()
168168
AddBoldCenteredLabel("/!\\ Something went wrong during the patching of the import file /!\\ ");
169169
EditorGUILayout.Space(10);
170170
AddBoldCenteredLabel("Please double check that you used " + AvatarVersion + "to import the original avatar in your project");
171-
AddBoldCenteredLabel("to import the original avatar in your project");
172171
break;
173172
case 6:
174173
AddBoldCenteredLabel("FBX patched, get to the prefab folder to enjoy your product");

0 commit comments

Comments
 (0)