diff --git a/examples/3d/irradiance_volumes.rs b/examples/3d/irradiance_volumes.rs index 2740848b4e1f4..679415881a647 100644 --- a/examples/3d/irradiance_volumes.rs +++ b/examples/3d/irradiance_volumes.rs @@ -341,11 +341,11 @@ impl AppStatus { }; format!( - "{CLICK_TO_MOVE_HELP_TEXT} - {voxels_help_text} - {irradiance_volume_help_text} - {rotation_help_text} - {switch_mesh_help_text}" + "{CLICK_TO_MOVE_HELP_TEXT}\n\ + {voxels_help_text}\n\ + {irradiance_volume_help_text}\n\ + {rotation_help_text}\n\ + {switch_mesh_help_text}" ) .into() }