Replies: 1 comment
-
Giveing system full |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a one-shot system that is not part of any schedule, i.e. I'm only running it with
World::run_system_cached
orCommands::run_system_cached
. Since that system runs in an exclusive fashion anyway, is there any downside to give it wholeWorld
access? It seems all upsides to me starting with avoiding the cost of managing theCommand
queue incurred by usingCommands
.Beta Was this translation helpful? Give feedback.
All reactions