mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
New maps in progress... (fixed resize error)
This commit is contained in:
parent
e6d0982296
commit
5fbf085fef
@ -930,8 +930,8 @@ MapController.prototype.resize_node = function(item, handler, delta_x, delta_y)
|
||||
}
|
||||
}
|
||||
else {
|
||||
item_transform.translate[0] += inc_w;
|
||||
item_transform.translate[1] += inc_h;
|
||||
item_transform.translate[0] -= inc_w;
|
||||
item_transform.translate[1] -= inc_h;
|
||||
}
|
||||
break;
|
||||
case "SW":
|
||||
|
Loading…
x
Reference in New Issue
Block a user