GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.22k stars 67 forks source link

The `LocalVector` `remove()` API was renamed to `remove_at()`, it breaks godex #275

Closed AndreaCatania closed 2 years ago

AndreaCatania commented 2 years ago

The LocalVector remove() API was renamed to remove_at(), it breaks godex

https://github.com/godotengine/godot/commit/e078f970db0e72bcc665d714416e6fc74e8434a6

AndreaCatania commented 2 years ago

Fixed