Minor comments
All checks were successful
CI / Formatting (push) Successful in 1m3s

This commit is contained in:
Michael Bradley 2025-05-17 19:16:52 -04:00
parent cab6c605ab
commit 763acd0ad8
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
3 changed files with 3 additions and 1 deletions

View file

@ -66,7 +66,7 @@ fn run_app(settings: AppSettings) -> AppExit {
..default()
}),
PhysicsPlugins::default().with_length_unit(50.0),
EntropyPlugin::<WyRand>::with_seed(seed.0.to_le_bytes()), // TODO: Tried to make and Into<[u8; 8]> for this but it wants to consume the value
EntropyPlugin::<WyRand>::with_seed(seed.0.to_le_bytes()), // TODO: Tried to make an Into<[u8; 8]> for this but it wants to consume the value
))
.add_systems(
Startup,