Format code

This commit is contained in:
Wojtek Figat
2022-12-27 18:50:08 +01:00
parent 2c7a83f8b9
commit cb6590e7ef

View File

@@ -1047,7 +1047,7 @@ namespace FlaxEngine.GUI
// Animate view offset
_viewOffset = isDeltaSlow ? _targetViewOffset : Float2.Lerp(_viewOffset, _targetViewOffset, deltaTime * 20.0f);
// Clicking outside of the text box will end text editing. Left will keep the value, right will restore original value
if (_isEditing && EndEditOnClick)
{