mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-16 14:11:16 +07:00
little reduce copy-paste in multi api
This commit is contained in:
@@ -521,7 +521,7 @@ do
|
||||
|
||||
assert(evo.insert(e, f1, 42))
|
||||
assert(evo.insert(e, f2, 43))
|
||||
evo.remove(e, f1, f2)
|
||||
evo.remove(e, f1, f2, f2)
|
||||
assert(remove_count == 3)
|
||||
assert(last_removed_component == 43)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user