Fix box gain modifier view

This commit is contained in:
ducdat0507 2022-12-13 16:29:55 +07:00
parent 12c1b8694e
commit 52f86e00dc

View file

@ -339,7 +339,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
{
title: "Boxes Gain",
modifier: boxGain,
base: 1
base: () => boxesConversion.scaling.currentGain(boxesConversion)
}
]);
const showModifiersModal = ref(false);