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')}
min={1}
max={10}
sliderNumberInputProps={{ max: 10 }}
value={infillPatchmatchDownscaleSize}
onChange={handleChange}
withInput

View File

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