Skip to content

Commit f16d53b

Browse files
authored
Update EditorCoroutines.cs
1 parent 5c05234 commit f16d53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/EditorCoroutines/Editor/EditorCoroutines.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void OnUpdate()
335335

336336
if (coroutines.Count == 0)
337337
{
338-
coroutineDict.Remove(coroutine.ownerUniqueHash);
338+
coroutineDict.Remove(coroutine.routineUniqueHash);
339339
}
340340
}
341341
}

0 commit comments

Comments
 (0)