mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 07:34:45 +08:00
Multi-select update graphics, fix for multi-move path nodes
This commit is contained in:
@@ -827,9 +827,9 @@ namespace CodeWalker.GameFiles
|
||||
_RawData.PositionZ = (short)(pos.Z * 32.0f);
|
||||
|
||||
Vector3 newpos = pos;
|
||||
newpos.X = _RawData.PositionX / 4.0f;
|
||||
newpos.Y = _RawData.PositionY / 4.0f;
|
||||
newpos.Z = _RawData.PositionZ / 32.0f;
|
||||
//newpos.X = _RawData.PositionX / 4.0f;
|
||||
//newpos.Y = _RawData.PositionY / 4.0f;
|
||||
//newpos.Z = _RawData.PositionZ / 32.0f;
|
||||
Position = newpos;
|
||||
|
||||
UpdateLinkLengths();
|
||||
|
||||
Reference in New Issue
Block a user