Bullets Disappearing when removing them during ipairs loop.
Posted: Sat May 20, 2017 8:44 pm
Hello! I'm having an issue that you may be able to notice with this file
The relevant line of code is likely line 30 of bullet.lua. That's where the collision check and table.remove are. Other than that, I have no idea.
. When bullets are colliding with minions or enemies, sometimes but not every time there are extra bullets off to the side that are removed which shouldn't be.The relevant line of code is likely line 30 of bullet.lua. That's where the collision check and table.remove are. Other than that, I have no idea.