mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-01 10:53:30 +00:00
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…
x
Reference in New Issue
Block a user