Another Bug about angelscript!
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!
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
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
Popular Topics
Advertisement