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
View File
@@ -761,6 +761,8 @@ namespace CodeWalker.World
if (!Inited) return;
if (Grid == null) return;
if (elapsed > 0.1f) elapsed = 0.1f;
Collisions.Clear();