View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007300 | Multi Theft Auto : Editor | Map Editor | public | 2012-09-03 23:10 | 2012-09-05 15:05 |
Reporter | NikDelgad | Assigned To | arranTuna | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | 2.0 | Fixed in Version | 2.0 | ||
Summary | 0007300: Copying a scaled object resets the object scale back to 1 | ||||
Description | When you copy a scaled object the copied object will have the default scale(1). I think it should have the same scale as the object from which it was copied. | ||||
Steps To Reproduce | Get an object put a random scale to it and copy it. It will have the default scale. | ||||
Tags | No tags attached. | ||||
|
As cloneElement doesn't clone scale I had to add a hack fix. http://code.google.com/p/mtasa-resources/source/detail?r=875 |