From 3dc7b685abf9a42e2809ef137b8fd7aa9f06fe02 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Mon, 22 Mar 2021 18:27:52 +0000 Subject: [PATCH] Fix #1704 (#1705) So I think that the underlying issue is actually a system order ambiguity thing between `spawn_bonus` and `rotate_bonus`, but I'm not confident enough about `run_criteria`, `FixedTimeStep`, etc. to sort that out. --- examples/game/alien_cake_addict.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/game/alien_cake_addict.rs b/examples/game/alien_cake_addict.rs index dc7213bbdc..645b8285e0 100644 --- a/examples/game/alien_cake_addict.rs +++ b/examples/game/alien_cake_addict.rs @@ -330,11 +330,12 @@ fn spawn_bonus( // let the cake turn on itself fn rotate_bonus(game: Res, time: Res