Skip to content

Commit

Permalink
[fix] update min value for hexagonal pixelate effect (#2453)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Nov 20, 2023
1 parent 8e7b0ad commit 3949486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/src/default-settings.ts
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 3949486

Please sign in to comment.