Find a file
Josh Perry de35fdc450 Fixed removed list not being cleared
After an entity has a component removed from it, the apply function wasn't removing it from the removed list.
This had weird side-effects like the inability to readd components after they were removed.

For example:

    entity:give(Foo):apply()
    entity:remove(Foo):apply()
    entity:give(Foo):apply() -- This line would fail to add the Foo component again.
2018-03-13 17:44:05 +00:00
fluid Fixed removed list not being cleared 2018-03-13 17:44:05 +00:00
.gitattributes Initial commit 2018-01-25 15:19:31 +01:00
.gitignore Initial commit 2018-01-25 15:19:31 +01:00
conf.lua Initial commit 2018-01-25 15:19:31 +01:00
LICENSE Initial commit 2018-01-25 15:19:31 +01:00
main.lua Fixed removal 2018-03-09 15:34:56 +01:00
README.md Initial commit 2018-01-25 15:19:31 +01:00

Fluid