fix FacetBase typos

liquid_container
Maikel de Vries 2016-04-22 23:27:25 +02:00
parent f46f38511a
commit 06e8df86ca
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ private func FxIntHighlightInteractionStart(object target, proplist fx, temp, pr
{
Name = "Attach",
Procedure = DFA_ATTACH,
FaceBase = 1
FacetBase = 1
}
};
fx.dummy.Visibility = VIS_Owner;

View File

@ -223,7 +223,7 @@ private func FxIntHighlightItemStart(object target, proplist fx, temp, object it
{
Name = "Attach",
Procedure = DFA_ATTACH,
FaceBase = 1
FacetBase = 1
}
};
fx.dummy.Visibility = VIS_Owner;