Skip to content

Commit

Permalink
remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
pourtheworld committed Oct 31, 2022
1 parent 3d0678e commit 58c0869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5695,7 +5695,6 @@ namespace bimg
total += bx::write(_writer, pitchOrLinearSize, _err);
total += bx::write(_writer, _depth, _err);
total += bx::write(_writer, uint32_t(_numMips), _err);
//total += bx::write(_writer, uint32_t(_numLayers), _err);
total += bx::writeRep(_writer, 0, 44, _err); // reserved1

if (UINT32_MAX != ddspf)
Expand Down

0 comments on commit 58c0869

Please sign in to comment.