mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Use field for setlocalposrot (#3482)
This commit is contained in:
@@ -858,7 +858,7 @@ public abstract partial class SharedTransformSystem
|
||||
xform._localPosition = pos;
|
||||
|
||||
if (!xform.NoLocalRotation)
|
||||
xform.LocalRotation = rot;
|
||||
xform._localRotation = rot;
|
||||
|
||||
Dirty(xform);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user