FXGL
FXGL copied to clipboard
ParticleComponent onRemoved() can cause concurrent modification exception
When clearing the world and removing an entity with ParticleComponent, its onRemoved calls
parent.removeFromWorld()
which will cause the CME