Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit a82e6a5

Browse files
committed
Typo fixes
1 parent d0ccbfc commit a82e6a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Editor/WelcomeWindow.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ private static void InitializeOnLoad()
3636
WelcomeWindow.Initialize();
3737
}
3838
}
39+
40+
}
41+
42+
public static void Initialize()
43+
{
44+
GetWindow<WelcomeWindow>("Welcome!");
3945
}
4046

4147
void OnEnable()

0 commit comments

Comments
 (0)