We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LazyUpdate has two exec fn's, exec and exec_mut. However it looks like their function signatures are identical?
LazyUpdate
exec
exec_mut
specs/src/world/lazy.rs
Lines 303 to 305 in 81073f3
Lines 337 to 339 in 81073f3
I was wondering what is the difference between the two?
The text was updated successfully, but these errors were encountered:
looks like they became the same in b4e83ce
I don't see any reason to have a &World variant here so they can probably be merged into a single method.
&World
Sorry, something went wrong.
No branches or pull requests
Description
LazyUpdate
has two exec fn's,exec
andexec_mut
. However it looks like their function signatures are identical?specs/src/world/lazy.rs
Lines 303 to 305 in 81073f3
specs/src/world/lazy.rs
Lines 337 to 339 in 81073f3
I was wondering what is the difference between the two?
The text was updated successfully, but these errors were encountered: