Skip to content

Commit f5ddd26

Browse files
authoredDec 3, 2023
Merge pull request #47 from BlackPhlox/BlackPhlox-patch-1
Update README.md
2 parents c076b4e + aff91df commit f5ddd26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ fn main() {
6363
App::new()
6464
.add_plugins(DefaultPlugins)
6565
//..
66-
.add_system(Startup, setup)
67-
.add_system(Update, Dolly::<MainCamera>::update_active)
68-
.add_system(Update, update_input)
66+
.add_systems(Startup, setup)
67+
.add_systems(Update, Dolly::<MainCamera>::update_active)
68+
.add_systems(Update, update_input)
6969
//..
7070
.run();
7171
}

0 commit comments

Comments
 (0)
Please sign in to comment.