quick fix to port to new bevy

This commit is contained in:
Hartmut Seichter 2023-04-12 08:27:13 +02:00
parent fb45ec2233
commit ed66390929

View file

@ -99,6 +99,9 @@ impl FromWorld for Tracker {
}
});
Self { }
Self {
// rx = receiver.clone()
}
}
}