auto update show/hide layer

This commit is contained in:
GRL
2021-05-10 11:20:07 +02:00
parent a6ba8d41b9
commit 841bf29764
2 changed files with 29 additions and 6 deletions
+1
View File
@@ -35,6 +35,7 @@ export abstract class DirtyScene extends ResizableScene {
this.events.on(Events.RENDER, () => {
this.objectListChanged = false;
this.dirty = false;
});
}