Skip to content

Commit

Permalink
update for AppBuilder removal
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Aug 18, 2021
1 parent dfbbb3a commit fc69097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/local_parameter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn need_config_local(
}

fn main() {
App::build()
App::new()
.add_plugins(DefaultPlugins)
.add_system(default_local)
.add_system(from_world_local)
Expand Down

0 comments on commit fc69097

Please sign in to comment.