Fix incorrect description

This commit is contained in:
Jan Hohenheim 2025-07-12 20:58:43 +02:00
parent 6c4cec343a
commit 9ba65d7d0e
No known key found for this signature in database

View File

@ -35,8 +35,7 @@ const CAMERA_ZOOM_RANGE: Range<f32> = 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";