Cleanup 5
This commit is contained in:
@@ -117,8 +117,7 @@ namespace FlaxEditor.GUI.Input
|
||||
protected override void TryGetValue()
|
||||
{
|
||||
// Try to parse long
|
||||
long value;
|
||||
if (long.TryParse(Text, out value))
|
||||
if (long.TryParse(Text, out long value))
|
||||
{
|
||||
// Set value
|
||||
Value = value;
|
||||
|
||||
Reference in New Issue
Block a user