Skip to content

Commit

Permalink
refactor: changed max temp to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Dec 8, 2024
1 parent 4e03ad3 commit bb9662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/SamplerData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const Samplers: Record<SamplerID, SamplerItem> = {
values: {
type: 'float',
min: 0.01,
max: 10,
max: 3,
default: 1,
step: 0.01,
precision: 2,
Expand Down

0 comments on commit bb9662b

Please sign in to comment.