fix: Review changes

This commit is contained in:
blessedcoolant 2023-09-05 14:10:41 +12:00
parent b1ef3370fa
commit 871b9286d1
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ const ParamInfillPatchmatchDownscaleSize = () => {
label={t('parameters.patchmatchDownScaleSize')} label={t('parameters.patchmatchDownScaleSize')}
min={1} min={1}
max={10} max={10}
sliderNumberInputProps={{ max: 10 }}
value={infillPatchmatchDownscaleSize} value={infillPatchmatchDownscaleSize}
onChange={handleChange} onChange={handleChange}
withInput withInput

View File

@ -92,7 +92,7 @@ export const initialGenerationState: GenerationState = {
steps: 50, steps: 50,
threshold: 0, threshold: 0,
infillTileSize: 32, infillTileSize: 32,
infillPatchmatchDownscaleSize: 2, infillPatchmatchDownscaleSize: 1,
variationAmount: 0.1, variationAmount: 0.1,
width: 512, width: 512,
shouldUseSymmetry: false, shouldUseSymmetry: false,