mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 20:35:34 +08:00
Refactored rendering and input code, added show skeletons option to WorldForm
This commit is contained in:
@@ -761,6 +761,8 @@ namespace CodeWalker.World
|
||||
if (!Inited) return;
|
||||
if (Grid == null) return;
|
||||
|
||||
if (elapsed > 0.1f) elapsed = 0.1f;
|
||||
|
||||
|
||||
Collisions.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user