correction of resize select character and companion by David
This commit is contained in:
parent
474323b95f
commit
1ac108a9b8
12 changed files with 40 additions and 23 deletions
|
@ -69,7 +69,7 @@ export abstract class DirtyScene extends ResizableScene {
|
|||
return this.dirty || this.objectListChanged;
|
||||
}
|
||||
|
||||
public onResize(ev: UIEvent): void {
|
||||
public onResize(): void {
|
||||
this.objectListChanged = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue