From 74fd671763cd5f59989d40234e64a1de234ca3fc Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 24 Aug 2017 23:57:34 +0200 Subject: [PATCH] Remove old comment... --- examples/core/core_3d_picking.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/core/core_3d_picking.c b/examples/core/core_3d_picking.c index bd5c3347..7658b393 100644 --- a/examples/core/core_3d_picking.c +++ b/examples/core/core_3d_picking.c @@ -48,7 +48,6 @@ int main() if (IsMouseButtonPressed(MOUSE_LEFT_BUTTON)) { - // NOTE: This function is NOT WORKING properly! ray = GetMouseRay(GetMousePosition(), camera); // Check collision between ray and box