Refactored rendering and input code, added show skeletons option to WorldForm

This commit is contained in:
dexyfex
2018-01-02 07:52:54 +11:00
Unverified
parent 91712e7867
commit 77e9c0566f
14 changed files with 4666 additions and 5224 deletions
+2 -2
View File
@@ -90,9 +90,9 @@ namespace CodeWalker
{
if (FileCache.IsInited)
{
FileCache.ContentThreadProc();
bool fcItemsPending = FileCache.ContentThreadProc();
if (!FileCache.ItemsStillPending)
if (!fcItemsPending)
{
Thread.Sleep(10);
}