Fixed spelling on fog subtract tool

This commit is contained in:
Mitchell McCaffrey 2020-06-28 18:06:38 +10:00
parent f025da716f
commit 7431d0a20f

View File

@ -99,7 +99,7 @@ function BrushToolSettings({
}, },
{ {
id: "subtract", id: "subtract",
title: "Subtracy Fog", title: "Subtract Fog",
isSelected: settings.useFogSubtract, isSelected: settings.useFogSubtract,
icon: <FogSubtractIcon />, icon: <FogSubtractIcon />,
}, },