You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those docs do need to be updated but it's not the exact same. iter_inner states "Returns an Iterator over the query results, with the actual “inner” world lifetime."
The docs show
iter_inner
method, but this method has the exact same docstring asiter
:https://docs.rs/bevy/latest/bevy/ecs/system/struct.Query.html#method.iter_inner
The text was updated successfully, but these errors were encountered: