🎉 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!

Regression in OpCast(?&out)?

Started by
2 comments, last by WitchLord 1 year, 4 months ago

Hi,

I'm trying to OpCast from a Base class to a derived class and I'm getting a null after the cast.

In trying to reproduce the issue, I accidently ran on 2.35 and it worked; when I switched this same code to 2.36, I get the null issue.

angelscript opcast Bug? - Pastebin.com

Advertisement

Thanks for the bug report and the code to reproduce the issue.

I'll investigate it as soon as I can.

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 2824.

https://sourceforge.net/p/angelscript/code/2824/

Regards,
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