UnderwaterApps / overlap2d-runtime-libgdx

Overlap2D - UI and Level Editor libgdx runtime
http://overlap2d.com
Other
170 stars 96 forks source link

Update EntityFactory.java #67

Closed Pretzel777 closed 8 years ago

Pretzel777 commented 8 years ago

Fix double loading of spriterAnimations.

azakhary commented 8 years ago

Hi, thanks for the pull request, could you please elaborate more on where the duplication is? I can see only one example of it. (int i = 0; i < vo.sSpriterAnimations.size(); i++) is unique. the previous one is Sprite not Spriter.

Pretzel777 commented 8 years ago

Screen of prev not-fixed version http://take.ms/F4ITg

azakhary commented 8 years ago

Yep, I can see it now! Thanks! :)) Merging.

azakhary commented 8 years ago

(This will be on maven with next build)

Pretzel777 commented 8 years ago

Glad to help :)