I'm not even talking about GUI controls, I'm talking about GUI layers (4 and above). Obviously they end up having floating point coordinates when doing some math to place them (like I've explained above) and I'd really like to avoid going through my code and call int() on all that stuff. I'd just like the v5 behavior of this back, since it didn't happen with v5. Here's an example:
PHP Code:
//#CLIENTSIDE
function onCreated() {
with (findImg(200)) {
image = "block.png";
x = y = 32.5;
layer = 4;
}
}
Edit: On another note, I believe the displacement/distortion bug only happens when using DirectX. I'll test a bit later.