Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn authored Apr 8, 2021
1 parent 9109a9b commit 0faee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
.insert_resource(WindowDescriptor {
width: 1270.0,
height: 720.0,
title: String::from("rouge-like-prototype"),
title: String::from("rogue-like-prototype"),
..Default::default()
})
.add_plugins(DefaultPlugins)
Expand Down

0 comments on commit 0faee89

Please sign in to comment.