Map-Editor-V3 icon indicating copy to clipboard operation
Map-Editor-V3 copied to clipboard

Fixed an issue when editing an object's position

Open Walter-Correa opened this issue 5 months ago • 0 comments

The speed of moving the object and also the accuracy were compromised due to the use of:

SetObjectPos(objectid, fX, fY, fZ);
SetObjectRot(objectid, fRotX, fRotY, fRotZ);

This fix may also fully or partially solve this problem: https://github.com/fusez/Map-Editor-V3/issues/3

Walter-Correa avatar Sep 19 '24 16:09 Walter-Correa