mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 01:25:45 -05:00
Fix typo
This commit is contained in:
@@ -111,7 +111,7 @@ namespace DepthFirstScheduler
|
||||
{
|
||||
if (instance == null)
|
||||
{
|
||||
Debug.Log("Initialize UniTask.MainThredDispatcher");
|
||||
Debug.Log("Initialize UniTask.MainThreadDispatcher");
|
||||
|
||||
instance = this;
|
||||
mainThreadToken = new object();
|
||||
|
||||
Reference in New Issue
Block a user