View Single Post
  #1070  
Old 05-19-2011, 07:43 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
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";
    
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.

Last edited by Crow; 05-19-2011 at 07:57 PM..
Reply With Quote