This commit is contained in:
2023-12-25 21:26:34 -07:00
parent 1355cd0241
commit c2c711673f
2 changed files with 8 additions and 9 deletions

View File

@ -457,15 +457,9 @@ public partial class DlibDotNet
}
}
if (result)
{
if (result)
{ }
}
result = true;
if (!result)
{
if (!result)
{ }
}
result = false;
return result;
}