Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 31, 2024
1 parent f621033 commit 047b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auxiliary/DirectXTexXbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<const uint8_t*>(pSource), size, metadta, image);
return LoadFromDDSMemory(reinterpret_cast<const uint8_t*>(pSource), size, metadata, image);
}

inline HRESULT __cdecl LoadFromDDSMemoryEx(
Expand Down

0 comments on commit 047b200

Please sign in to comment.