Misc formatting fixes for material and shape editors

This commit is contained in:
Areloch 2023-09-14 17:35:39 -05:00
parent bf200a511e
commit ca767efa34
5 changed files with 64 additions and 62 deletions

View file

@ -228,8 +228,7 @@ function ForestEditorPlugin::saveBrushSet(%this)
function ForestEditorPlugin::isDirty( %this )
{
%dirty = %this.dirty || ForestEditorGui.isDirty();
return %dirty;
return %this.dirty;
}
function ForestEditorPlugin::clearDirty( %this )