Skip to content

Commit

Permalink
Add default
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 16, 2025
1 parent 52548f0 commit 455a466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/astcenc_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ static inline unsigned int get_quant_level(quant_method method)
case QUANT_160: return 160;
case QUANT_192: return 192;
case QUANT_256: return 256;
default: break;
}

// Unreachable - the enum is fully described
Expand Down

0 comments on commit 455a466

Please sign in to comment.