This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Remove old comment...
pull/346/head
raysan5
7 years ago
parent
b0adac96b7
commit
74fd671763
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
examples/core/core_3d_picking.c
+ 0
- 1
examples/core/core_3d_picking.c
View File
@ -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
Write
Preview
Loading…
Cancel
Save