Skip to content

Commit

Permalink
nit: aesthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Mar 8, 2024
1 parent c7f5d68 commit fa98f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {
mode: bevy::window::WindowMode::Windowed,
prevent_default_event_handling: false,
resolution: (1920.0, 1080.0).into(),
title: "bevy_light_field - RTSP Viewer".to_string(),
title: "bevy_light_field - rtsp viewer".to_string(),
present_mode: bevy::window::PresentMode::AutoVsync,
..default()
});
Expand Down

0 comments on commit fa98f6e

Please sign in to comment.