mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
remove sleep
This commit is contained in:
@@ -65,7 +65,7 @@ namespace UniGLTF
|
||||
{
|
||||
return Task.Run(() =>
|
||||
{
|
||||
Thread.Sleep(10);
|
||||
// Thread.Sleep(10);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user