From: Daniel Karbach Date: Mon, 7 Dec 2015 14:09:59 +0000 (+0100) Subject: removed outdated annotation X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=9d9b14cc916df12e23173035049e42c0d21a683a;hp=6143a02000b2b67317aee88b9992efe9bd6436a0;p=blank.git removed outdated annotation that problem was fixed by removing NaNs from box/box intersection test I hope --- diff --git a/src/ui/ui.cpp b/src/ui/ui.cpp index bd529d5..be4ca9f 100644 --- a/src/ui/ui.cpp +++ b/src/ui/ui.cpp @@ -98,7 +98,6 @@ void PlayerController::UpdatePlayer() noexcept { if (aim_world && aim_entity) { // got both, pick the closest one if (aim_world.depth < aim_entity.depth) { - // FIXME: somehow this can get stuck on an entity? aim_entity = EntityCollision(); } else { aim_world = WorldCollision();