Skip to content

Commit

Permalink
chore: fix uneccessary symbol add
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Nov 21, 2023
1 parent 5088225 commit ed3e21b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class AvatarLoaderEditor : EditorWindow
[MenuItem("Ready Player Me/Avatar Loader", priority = 1)]
public static void ShowWindow()
{
DefineSymbolHelper.AddSymbols();
var window = GetWindow<AvatarLoaderEditor>();
window.titleContent = new GUIContent(AVATAR_LOADER);
window.minSize = new Vector2(500, 300);
Expand Down

0 comments on commit ed3e21b

Please sign in to comment.