mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:14:54 +08:00
Refactored rendering and input code, added show skeletons option to WorldForm
This commit is contained in:
+2
-2
@@ -90,9 +90,9 @@ namespace CodeWalker
|
||||
{
|
||||
if (FileCache.IsInited)
|
||||
{
|
||||
FileCache.ContentThreadProc();
|
||||
bool fcItemsPending = FileCache.ContentThreadProc();
|
||||
|
||||
if (!FileCache.ItemsStillPending)
|
||||
if (!fcItemsPending)
|
||||
{
|
||||
Thread.Sleep(10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user