Fixed script object properties never getting their dirty flag cleared after saving
This commit is contained in:
parent
7dcfda78ba
commit
bac4f9db82
|
@ -386,12 +386,9 @@ void IProperty::MarkDirty()
|
||||||
}
|
}
|
||||||
|
|
||||||
void IProperty::ClearDirtyFlag()
|
void IProperty::ClearDirtyFlag()
|
||||||
{
|
|
||||||
if (!mpScriptTemplate)
|
|
||||||
{
|
{
|
||||||
RootParent()->mFlags &= ~EPropertyFlag::IsDirty;
|
RootParent()->mFlags &= ~EPropertyFlag::IsDirty;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
bool IProperty::ConvertType(EPropertyType NewType, IProperty* pNewArchetype /*= nullptr*/)
|
bool IProperty::ConvertType(EPropertyType NewType, IProperty* pNewArchetype /*= nullptr*/)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue