MrGVSV / bevy_proto

Create config files for entities in Bevy
Other
239 stars 25 forks source link

Fix `ProtoCommands::remove` inserting instead of removing #52

Closed MrGVSV closed 1 year ago

MrGVSV commented 1 year ago

The ProtoCommands::remove method is using the wrong command: https://github.com/MrGVSV/bevy_proto/blob/37a72d719309f97e7b50a14fb4997d3693e874cf/bevy_proto_backend/src/proto/commands.rs#L60-L62