Skip to content

Commit

Permalink
Minor code fix to make library compatible with DirectXTex October 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored and Ryan-rsm-McKenzie committed Nov 1, 2024
1 parent e5c979c commit 2bc688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsa/fo4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ namespace bsa::fo4
}

a_out.write_bytes({ //
static_cast<const std::byte*>(blob.GetBufferPointer()),
reinterpret_cast<const std::byte*>(blob.GetBufferPointer()),
blob.GetBufferSize() });
std::vector<std::byte> buffer;
for (const auto& chunk : *this) {
Expand Down

0 comments on commit 2bc688b

Please sign in to comment.