From 9d9b14cc916df12e23173035049e42c0d21a683a Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Mon, 7 Dec 2015 15:09:59 +0100 Subject: [PATCH] removed outdated annotation that problem was fixed by removing NaNs from box/box intersection test I hope --- src/ui/ui.cpp | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.2