Revert "Update SkeletonMaskWindow.cs"

This reverts commit b626d3047d.
This commit is contained in:
Cristhofer Marques
2022-10-11 14:05:30 -03:00
parent b626d3047d
commit 0b8a176ff8

View File

@@ -180,7 +180,7 @@ namespace FlaxEditor.Windows.Assets
{
SetTreeChecked(node as TreeNode, state);
}
else if(node is CheckBox)
if(node is CheckBox)
{
(node as CheckBox).Checked = state;
}