Skip to content

Commit

Permalink
Merge pull request #80669 from BlueCube3310/DDS-format-indexed-remove
Browse files Browse the repository at this point in the history
Remove `DDS_INDEXED` from DDSFormat
  • Loading branch information
akien-mga committed Aug 21, 2023
2 parents 7d3bee7 + e92b5b4 commit ca00520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/dds/image_loader_dds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ enum DDSFormat {
DDS_BGR5A1,
DDS_BGR565,
DDS_BGR10A2,
DDS_INDEXED,
DDS_LUMINANCE,
DDS_LUMINANCE_ALPHA,
DDS_MAX
Expand Down

0 comments on commit ca00520

Please sign in to comment.