From 9ba65d7d0ee2cc6a8e2ffc5f253dfe023f40a410 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Sat, 12 Jul 2025 20:58:43 +0200 Subject: [PATCH] Fix incorrect description --- examples/3d/ssr.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/3d/ssr.rs b/examples/3d/ssr.rs index 9deb9ee2c2..9e3b25b8ea 100644 --- a/examples/3d/ssr.rs +++ b/examples/3d/ssr.rs @@ -35,8 +35,7 @@ const CAMERA_ZOOM_RANGE: Range = 2.0..12.0; static TURN_SSR_OFF_HELP_TEXT: &str = "Press Space to turn screen-space reflections off"; static TURN_SSR_ON_HELP_TEXT: &str = "Press Space to turn screen-space reflections on"; -static MOVE_CAMERA_HELP_TEXT: &str = - "Press WASD or use the mouse wheel to pan and orbit the camera"; +static MOVE_CAMERA_HELP_TEXT: &str = "Press WASD or use the mouse wheel to orbit the camera"; static SWITCH_TO_FLIGHT_HELMET_HELP_TEXT: &str = "Press Enter to switch to the flight helmet model"; static SWITCH_TO_CUBE_HELP_TEXT: &str = "Press Enter to switch to the cube model";