mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 09:34:53 +08:00
Replaced world grid with quadtrees, improved loading speed of cutscenes
This commit is contained in:
@@ -381,7 +381,7 @@ namespace CodeWalker.World
|
||||
var ycd = GameFileCache.GetYcd(ycdhash);
|
||||
while ((ycd != null) && (!ycd.Loaded))
|
||||
{
|
||||
Thread.Sleep(20);//bite me
|
||||
Thread.Sleep(1);//bite me
|
||||
ycd = GameFileCache.GetYcd(ycdhash);
|
||||
}
|
||||
if (ycd != null)
|
||||
|
||||
Reference in New Issue
Block a user