Closed happydpc closed 1 year ago
I have tried to upgrade to 0.10, but the self.body not satisfy the trait into_system
let system = write.entry(key).or_insert_with(|| { let mut sys = Box::new(IntoSystem::into_system(self.body)); sys.initialize(world); sys });
Yeah, it is not so easy to convert function pointers to systems for now. I'll try to figure it out in the next two days or rewrite this part.
Thank you for report!
I have tried to upgrade to 0.10, but the self.body not satisfy the trait into_system