diff options
| author | Ray <[email protected]> | 2017-10-20 00:17:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-10-20 00:17:24 +0200 |
| commit | 48daec567f8d22e4492eb47b878d7ff86024f97a (patch) | |
| tree | 14dfb6feec1e4a7a6c03e0a37825aa7703de57d3 /examples/src/core | |
| parent | 1be9753752eaee413d584b4e9b1de383ba217ecf (diff) | |
| download | raylib.com-48daec567f8d22e4492eb47b878d7ff86024f97a.tar.gz raylib.com-48daec567f8d22e4492eb47b878d7ff86024f97a.zip | |
Reviewed examples code to 1.8
Diffstat (limited to 'examples/src/core')
| -rw-r--r-- | examples/src/core/core_3d_picking.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/src/core/core_3d_picking.c b/examples/src/core/core_3d_picking.c index bd5c334..7658b39 100644 --- a/examples/src/core/core_3d_picking.c +++ b/examples/src/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 |
