mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-15 16:16:14 +00:00
Fixed script object properties never getting their dirty flag cleared after saving
This commit is contained in:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user