Another Bug about angelscript!

Started by
0 comments, last by WitchLord 16 years, 3 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