Skip to content

Commit

Permalink
Fix Xbox build break
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 31, 2024
1 parent 047b200 commit 3724a23
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 @@ -161,7 +161,7 @@ namespace Xbox
_Out_opt_ DirectX::DDSMetaData* ddPixelFormat,
_Out_ XboxImage& image)
{
return LoadFromDDSMemoryEx(reinterpret_cast<const uint8_t*>(pSource), size, metadata, ddPixelFormat);
return LoadFromDDSMemoryEx(reinterpret_cast<const uint8_t*>(pSource), size, metadata, ddPixelFormat, image);
}
#endif // __cpp_lib_byte

Expand Down

0 comments on commit 3724a23

Please sign in to comment.