mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
fix butterchurn init and cleanup
This commit is contained in:
-2
@@ -2110,8 +2110,6 @@ const ButterChurnCycleSettings = () => {
|
||||
const { t } = useTranslation();
|
||||
const { updateProperty, visualizer } = useUpdateButterchurn();
|
||||
|
||||
console.log(butterchurnPresets, 'number of presets');
|
||||
|
||||
const presetOptions = useMemo(() => {
|
||||
const presets = butterchurnPresets;
|
||||
return Object.keys(presets).map((presetName) => ({
|
||||
|
||||
Reference in New Issue
Block a user