From 421d8ce2c837e3140d8f866e63032c277b31a413 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:42:49 -0600 Subject: Replace Bevy's FixedUpdate with Azalea's GameTick (#119) * replace bevy FixedUpdate with azalea GameTick * Update to Bevy 0.12.1 --- azalea/src/swarm/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/swarm') diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs index 8eb900a1..d485eb30 100644 --- a/azalea/src/swarm/mod.rs +++ b/azalea/src/swarm/mod.rs @@ -461,7 +461,7 @@ pub type BoxSwarmHandleFn = /// struct SwarmState {} /// /// #[tokio::main] -/// async fn main() -> anyhow::Result<()> { +/// async fn main() { /// let mut accounts = Vec::new(); /// let mut states = Vec::new(); /// -- cgit v1.2.3