mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Fix build
This commit is contained in:
@@ -13,7 +13,7 @@ const LAYERS = ['biomes', 'temperature', 'humidity', 'continentalness', 'erosion
|
||||
|
||||
export const BiomeSourcePreview = ({ model, data, shown, version }: PreviewProps) => {
|
||||
const { locale } = useLocale()
|
||||
const [configuredSeed, _setSeed] = useState(randomSeed())
|
||||
const [configuredSeed] = useState(randomSeed())
|
||||
const [scale, setScale] = useState(2)
|
||||
const [focused, setFocused] = useState<{[k: string]: number | string} | undefined>(undefined)
|
||||
const [layers, setLayers] = useState(new Set<typeof LAYERS[number]>(['biomes']))
|
||||
|
||||
Reference in New Issue
Block a user