mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Misc formatting fixes for material and shape editors
This commit is contained in:
parent
bf200a511e
commit
ca767efa34
5 changed files with 64 additions and 62 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue