From 047b20068c664392973480fb7edfb5f1cf176dc8 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 31 Oct 2024 14:34:44 -0700 Subject: [PATCH] Fix typo --- Auxiliary/DirectXTexXbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auxiliary/DirectXTexXbox.h b/Auxiliary/DirectXTexXbox.h index b5a0ba95..3473f3b4 100644 --- a/Auxiliary/DirectXTexXbox.h +++ b/Auxiliary/DirectXTexXbox.h @@ -152,7 +152,7 @@ namespace Xbox _In_reads_bytes_(size) const std::byte* pSource, _In_ size_t size, _Out_opt_ DirectX::TexMetadata* metadata, _Out_ XboxImage& image) { - return LoadFromDDSMemory(reinterpret_cast(pSource), size, metadta, image); + return LoadFromDDSMemory(reinterpret_cast(pSource), size, metadata, image); } inline HRESULT __cdecl LoadFromDDSMemoryEx(