diff options
| author | Ray <raysan5@gmail.com> | 2018-12-03 16:48:01 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2018-12-03 16:48:01 +0100 |
| commit | 5ef4661216d43f36f730325ea67064fb4022a090 (patch) | |
| tree | 1022e98e4733dde886acafbb2e5f13808608daee /src/core.c | |
| parent | 8b75a1a990baa6f4cbd0ad0b5dfc06ef6448ac89 (diff) | |
| download | raylib-5ef4661216d43f36f730325ea67064fb4022a090.tar.gz raylib-5ef4661216d43f36f730325ea67064fb4022a090.zip | |
Comments removed
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1221,8 +1221,6 @@ Ray GetMouseRay(Vector2 mousePosition, Camera camera) // Store values in a vector Vector3 deviceCoords = { x, y, z }; - TraceLog(LOG_DEBUG, "Device coordinates: (%f, %f, %f)", deviceCoords.x, deviceCoords.y, deviceCoords.z); - // Calculate view matrix from camera look at Matrix matView = MatrixLookAt(camera.position, camera.target, camera.up); |
