mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 20:24:47 +08:00
Replaced world grid with quadtrees, improved loading speed of cutscenes
This commit is contained in:
+1
-1
@@ -800,7 +800,7 @@ namespace CodeWalker.Forms
|
||||
var ycd = gameFileCache.GetYcd(ycdhash);
|
||||
while ((ycd != null) && (!ycd.Loaded))
|
||||
{
|
||||
Thread.Sleep(20);//kinda hacky
|
||||
Thread.Sleep(1);//kinda hacky
|
||||
ycd = gameFileCache.GetYcd(ycdhash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user