Codestyle fix #1118

This commit is contained in:
Wojtek Figat
2023-06-09 17:15:06 +02:00
parent e5f3329e88
commit 9faf9e43fb

View File

@@ -122,7 +122,7 @@ namespace FlaxEditor.CustomEditors.Editors
{ {
if (IsSetBlocked) if (IsSetBlocked)
return; return;
var xValue = XElement.ValueBox.Value; var xValue = XElement.ValueBox.Value;
var yValue = YElement.ValueBox.Value; var yValue = YElement.ValueBox.Value;
var zValue = ZElement.ValueBox.Value; var zValue = ZElement.ValueBox.Value;
@@ -162,7 +162,6 @@ namespace FlaxEditor.CustomEditors.Editors
xValue = NewLinkedValue(xValue, valueRatio); xValue = NewLinkedValue(xValue, valueRatio);
yValue = NewLinkedValue(yValue, valueRatio); yValue = NewLinkedValue(yValue, valueRatio);
break; break;
default: break;
} }
} }