DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
316 stars 25 forks source link

Improve battery discharge unittest #784

Closed Indy2222 closed 9 months ago

Indy2222 commented 9 months ago

Now it runs 1s faster and is no longer timing sensitive.

Indy2222 commented 9 months ago

I tried to backport the fix to the test from #775. However, time in Bevy v0.11 works differently and its not worth the patch noise. Closing.