From 5840cd6e50890fdc8bb964cf4ed86524f1ca1675 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Aug 2022 18:12:57 +0200 Subject: Remove unneeded comment --- examples/shaders/shaders_basic_lighting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/shaders/shaders_basic_lighting.c') diff --git a/examples/shaders/shaders_basic_lighting.c b/examples/shaders/shaders_basic_lighting.c index ee1ef79c..42910a51 100644 --- a/examples/shaders/shaders_basic_lighting.c +++ b/examples/shaders/shaders_basic_lighting.c @@ -90,7 +90,7 @@ int main(void) { // Update //---------------------------------------------------------------------------------- - UpdateCamera(&camera); // Update camera + UpdateCamera(&camera); // Update the shader with the camera view vector (points towards { 0.0f, 0.0f, 0.0f }) float cameraPos[3] = { camera.position.x, camera.position.y, camera.position.z }; -- cgit v1.2.3