Skip to content

Commit

Permalink
The zero gamma index in array is 9, not 10 (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoDOOManiac authored Jan 8, 2024
1 parent 383984c commit c62d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crispy.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
static crispy_t crispy_s = {
0,
.extautomap = 1,
.gamma = 10, // default level is "OFF" for intermediate gamma levels
.gamma = 9, // default level is "OFF" for intermediate gamma levels
.hires = 1,
.smoothscaling = 1,
.soundfix = 1,
Expand Down

0 comments on commit c62d7dd

Please sign in to comment.