Removed report system from example schedule
This commit is contained in:
parent
b7ac3b270c
commit
f93dea452f
@ -16,8 +16,7 @@ fn main() {
|
|||||||
app.add_plugins(DefaultPlugins)
|
app.add_plugins(DefaultPlugins)
|
||||||
.insert_resource(WinitSettings::desktop_app())
|
.insert_resource(WinitSettings::desktop_app())
|
||||||
.add_systems(Startup, setup)
|
.add_systems(Startup, setup)
|
||||||
.add_systems(Update, update_scroll_position)
|
.add_systems(Update, update_scroll_position);
|
||||||
.add_systems(Update, report);
|
|
||||||
app.run();
|
app.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user