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