mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
trying to make fixtures with UIs working, was not successful
This commit is contained in:
@@ -70,7 +70,7 @@ object WorldSimulator {
|
||||
operator fun invoke(player: ActorHumanoid?, delta: Float) {
|
||||
// build the r-tree that will be used during a single frame of updating
|
||||
actorsRTree = PRTree(actorMBRConverter, 24)
|
||||
actorsRTree.load(ingame.actorContainerActive.filter { it is ActorWithBody })
|
||||
actorsRTree.load(ingame.actorContainerActive.filterIsInstance<ActorWithBody>())
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user