Fix precision for contrast set it to 0, which gives a precision of multiples of 1.

This commit is contained in:
Garret Rieger
2025-11-04 17:44:03 +00:00
parent 889b53a8e5
commit 637127d542

View File

@@ -3,7 +3,7 @@ display_name: "Contrast"
min_value: -100.0
default_value: 0.0
max_value: 100.0
precision: 1
precision: 0
fallback {
name: "Reversed"
value: -100.0