Skip to content

Commit

Permalink
Fix "Scanline phase shift offset" range
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Dec 26, 2024
1 parent 7c7fccd commit d0706cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ntscrs/src/settings/standard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ impl SettingsList<NtscEffectFullSettings> {
label: "Scanline phase shift offset",
description: None,
kind: SettingKind::IntRange {
range: 0..=4,
range: 0..=3,
default_value: default_settings.video_scanline_phase_shift_offset,
},
id: setting_id::VIDEO_SCANLINE_PHASE_SHIFT_OFFSET,
Expand Down

0 comments on commit d0706cf

Please sign in to comment.