Document CommandBuffer.remove() will not remove any if it does not match all components · Issue #355 · Ralith/hecs · GitHub
More Web Proxy on the site http://driver.im/
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
https://docs.rs/hecs/latest/hecs/struct.CommandBuffer.html#method.remove
Mislead me into thinking "Oh, I can just specify a whole bunch of components and it will remove them if they don't exist"
When really it should be mentioned they must match all just like
World.remove()
https://docs.rs/hecs/latest/hecs/struct.World.html#method.remove
The text was updated successfully, but these errors were encountered: