fix release build (#31)

This commit is contained in:
DubbleClick
2024-11-10 23:09:22 +07:00
committed by GitHub
parent 175002a9e4
commit 485ecd1341
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ export namespace TextureFunction {
}
}
DirectX::Blob ConvertToCompressedDDS(TexEntry& entry, const bool compress, const std::filesystem::path& dll_path)
DirectX::Blob ConvertToCompressedDDS(TexEntry& entry, const bool compress, [[maybe_unused]] const std::filesystem::path& dll_path)
{
DirectX::ScratchImage image;
HRESULT hr = 0;