realXtend / tundra

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

Initialize members of default constructed script generated math classes #651

Closed jonnenauha closed 11 years ago

jonnenauha commented 11 years ago

Mac crashes sometimes if you do f.ex. new float3() and operate on this vector. Math classes' default ctors currently don't initialize the member variables so they end up being garbage. Make the QScriptBindings generator to initialize the member variables of Math classes when using default ctor.

cvetan5 commented 11 years ago

I saw now that @antont had the same issue on Linux as well (#312).