Debug
This commit is contained in:
@@ -34,8 +34,6 @@ pub fn task_executor_system(
|
||||
mut completed_writer: MessageWriter<TaskCompleted>,
|
||||
mut failed_writer: MessageWriter<TaskFailed>,
|
||||
) {
|
||||
// Create a deterministic RNG from global SEED + time
|
||||
// This mirrors the forestry.rs pattern - no dependency on bevy_rand plugin
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
use std::hash::{Hash, Hasher};
|
||||
let mut hasher = DefaultHasher::new();
|
||||
|
||||
Reference in New Issue
Block a user