Fork me on GitHub
Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

  1.  
    There is an issue in src/org/flintparticles/common/renderers/SpriteRendererBase.as. Setting the property emitters does not remove all emitters (because for each does not guarantee to iterate over all items if the vector is modified along the way i.e splice).

    I fixed the issue in my fork: https://github.com/sebastienduval/Flint.

    I also added the function clearEmitters as well which allow emptying the renderer without having to create an empty vector.
    • CommentAuthorRichard
    • CommentTimeOct 29th 2012
     
    Sorry for the delay. I've pulled the fix, and applied it to the other renderers too. Thank you.