thelinuxlich / artemis_CSharp

Artemis Entity System Framework ported to C#
Other
342 stars 78 forks source link

Partial fixed for issue #90 #91

Closed seoushi closed 9 years ago

seoushi commented 9 years ago

Fixed issue with entities refreshing not working properly if you add to the refresh list while the entity world is currently refreshing. Note that the foreach loop will actually still throw an exception.