Hello,
I'm trying to make a mask for layer. And doing this: var mask : int = ~(256);
Result is: -257
That is not at all a "bitwise NOT" for 256.
Why it is so?
Hello,
I'm trying to make a mask for layer. And doing this: var mask : int = ~(256);
Result is: -257
That is not at all a "bitwise NOT" for 256.
Why it is so?