actually using (and rediscovering) the kdtree

This commit is contained in:
minjaesong
2019-04-18 23:42:54 +09:00
parent 21e14babb9
commit c89f602c06
5 changed files with 111 additions and 44 deletions

View File

@@ -481,6 +481,8 @@ open class Ingame(batch: SpriteBatch) : IngameInstance(batch) {
if (!paused) {
WorldSimulator.resetForThisFrame()
///////////////////////////
// world-related updates //
///////////////////////////