Fixed issues found by PVS-Studio
This commit is contained in:
@@ -430,8 +430,7 @@ namespace FlaxEditor.Windows.Assets
|
||||
|
||||
private bool SaveSurface()
|
||||
{
|
||||
_surface.Save();
|
||||
return false;
|
||||
return _surface.Save();
|
||||
}
|
||||
|
||||
private void SetCanEdit(bool canEdit)
|
||||
|
||||
Reference in New Issue
Block a user