Skip to content

Commit

Permalink
[fix] update min value for hexagonal pixelate effect
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Nov 20, 2023
1 parent 8e7b0ad commit ca90e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/src/default-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ export const POSTPROCESSING_EFFECTS: {[key: string]: EffectDescription} = {
hexagonalPixelate: {
type: 'hexagonalPixelate',
name: 'Hexagonal Pixelate',
parameters: [{name: 'scale', defaultValue: 20, min: 0, max: 50}]
parameters: [{name: 'scale', defaultValue: 20, min: 1, max: 50}]
}
};

Expand Down

0 comments on commit ca90e94

Please sign in to comment.