Skip to content

Commit

Permalink
Changed example name.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn committed Mar 26, 2023
1 parent 02e9a46 commit 7d4ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d_iso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() {
DefaultPlugins
.set(WindowPlugin {
primary_window: Some(Window {
title: String::from("Color Example"),
title: String::from("3D Isometric Example"),
..Default::default()
}),
..default()
Expand Down

0 comments on commit 7d4ee4a

Please sign in to comment.