2
0
raysan5 8 жил өмнө
parent
commit
74fd671763

+ 0 - 1
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