diff --git a/Assets/Scripts/API/Lua/Wrappers/TransformApiWrapper.cs b/Assets/Scripts/API/Lua/Wrappers/TransformApiWrapper.cs index e23397ea92..b96e893c95 100644 --- a/Assets/Scripts/API/Lua/Wrappers/TransformApiWrapper.cs +++ b/Assets/Scripts/API/Lua/Wrappers/TransformApiWrapper.cs @@ -196,7 +196,7 @@ public float scale } [LuaDocsDescription("A transform that does nothing. No translation, rotation or scaling")] - public static TransformApiWrapper identity => new (TrTransform.identity); + public static TransformApiWrapper identity => new(TrTransform.identity); // Operators