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

Another Bug about angelscript!

Started by
0 comments, last by WitchLord 16 years, 5 months ago
AS version 2.11.1 void main() { uint8[] a={2,3,4,5}; if (a[1] < 0x0A) { a[1] |= 0x30; } print(a[1]); } try this code! in this situation, the += -= &= |= operators are all abnormal!
Advertisement
Thanks loboWu,

I've identified and fixed this bug. I'll let you know as soon as I've checked in the code fixes.

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