mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
fix: the window title in simple_move_2d
was wrong
This commit is contained in:
parent
f6331b2b27
commit
1ae32c7384
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ fn update_position(input: WinitInputHelper, transform: &mut Transform2D, dt: f32
|
|||
|
||||
fn main() {
|
||||
App::new()
|
||||
.with_title("Hello world")
|
||||
.with_title("Simple Move 2D")
|
||||
.with_preset(App2D)
|
||||
.run::<Renderer2D>(setup, update);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue