From 5ef4661216d43f36f730325ea67064fb4022a090 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 3 Dec 2018 16:48:01 +0100 Subject: Comments removed --- src/core.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index 0fa2f00d..aa3bd528 100644 --- a/src/core.c +++ b/src/core.c @@ -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); -- cgit v1.2.3