realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

proper fix to EC_ParticleSystem refactor: was a typo, changing 'AttibutesChanged' to 'AttributesChanged' fixed it. #610

Closed antont closed 11 years ago

antont commented 11 years ago

is unfortunate that it compiles with such typos. there seems to be discussion how c++ doesn't currently have a crossplat solution to this, http://stackoverflow.com/questions/497630/safely-override-c-virtual-functions

fixes #607