diff --git a/constants/SamplerData.ts b/constants/SamplerData.ts index 3cf486b..8ea9bfa 100644 --- a/constants/SamplerData.ts +++ b/constants/SamplerData.ts @@ -144,7 +144,7 @@ export const Samplers: Record = { values: { type: 'float', min: 0.01, - max: 10, + max: 3, default: 1, step: 0.01, precision: 2,