🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

bug in scriptarray add-on

Started by
1 comment, last by WitchLord 9 years, 5 months ago

Hi!

in scriptarray.cpp there are nasty bug in ScriptArrayIsEmpty_Generic function - result of self->IsEmpty is not returned to asIScriptGeneric, because missing call such as *reinterpret_cast<bool *>(gen->GetAddressOfReturnLocation()) = self->IsEmpty();

Advertisement

Oh my, that is indeed a nasty bug. :)

Thanks for letting me know. I'll have it fixed a.s.a.p.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

I've fixed this in revision 2108.

Thanks,

Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement