Skip to content

Commit

Permalink
Update system_chaining.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cart authored Nov 17, 2020
1 parent 3a6f6de commit db2d20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/system_chaining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use bevy::prelude::*;

fn main() {
App::build()
.add_resource(Message("hello".to_string()))
.add_resource(Message("42".to_string()))
.add_system(parse_message_system.chain(handler_system))
.run();
}
Expand Down

0 comments on commit db2d20e

Please sign in to comment.