From e43e3885497f552b22f6a3a6161240c73852ec7f Mon Sep 17 00:00:00 2001 From: Per Hultqvist Date: Mon, 14 Oct 2024 17:15:36 +0200 Subject: [PATCH] Removed erroneous instructions --- examples/core/3d_camera_free/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/core/3d_camera_free/main.go b/examples/core/3d_camera_free/main.go index dd48372..95689b1 100644 --- a/examples/core/3d_camera_free/main.go +++ b/examples/core/3d_camera_free/main.go @@ -44,8 +44,6 @@ func main() { rl.DrawText("Free camera default controls:", 20, 20, 10, rl.Black) rl.DrawText("- Mouse Wheel to Zoom in-out", 40, 40, 10, rl.DarkGray) rl.DrawText("- Mouse Wheel Pressed to Pan", 40, 60, 10, rl.DarkGray) - rl.DrawText("- Alt + Mouse Wheel Pressed to Rotate", 40, 80, 10, rl.DarkGray) - rl.DrawText("- Alt + Ctrl + Mouse Wheel Pressed for Smooth Zoom", 40, 100, 10, rl.DarkGray) rl.DrawText("- Z to zoom to (0, 0, 0)", 40, 120, 10, rl.DarkGray) rl.EndDrawing()