#Crashes when add world: &mut World

2 messages · Page 1 of 1 (latest)

marsh jungle
#

&mut World conflicts with all other access because World is where all data is stored.
You'll probably want to use run_system via Commands instead

sturdy sentinel
#

is it possible to tun a system only once this way