Skip to content

Commit

Permalink
Fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Xele02 committed Dec 16, 2023
1 parent f2067ef commit ac80337
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Unity/Assets/Scripts/CoroutineWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ public void Update()
#if UNITY_EDITOR
[MenuItem("UMO/Dump Coroutines Info")]
#endif
static public void DumpCoroutineInfo2()
{
DumpCoroutineInfo();
}
static public void DumpCoroutineInfo(bool canUpdate = true)
{
if(canUpdate)
Expand Down

0 comments on commit ac80337

Please sign in to comment.