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

@ -98,7 +98,10 @@ impl FromWorld for Tracker {
}
}
});
Self {
// rx = receiver.clone()
}
Self { }
}
}