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";