Minor fixes

This commit is contained in:
SirLynix
2023-11-17 11:58:03 +01:00
parent ddc8cc6797
commit 5a14808a57
7 changed files with 15 additions and 8 deletions

View File

@@ -1135,7 +1135,7 @@ namespace Nz
return false;
}
return LoadFaceFromImage(face, *image);;
return LoadFaceFromImage(face, *image);
}
bool Image::SaveToFile(const std::filesystem::path& filePath, const ImageParams& params)