1
0
Fork 0

Fixed dialogs overlay sometimes not being set

This commit is contained in:
Michaël Lemaire 2017-12-07 00:25:35 +01:00
parent fdeb7a09dc
commit d9705b5f9d
2 changed files with 1 additions and 1 deletions

View file

@ -92,7 +92,6 @@ Common UI
* Mobile: think UI layout so that fingers do not block the view (right and left handed)
* Mobile: display tooltips larger and on the side of screen where the finger is not
* Mobile: targetting in two times, using a draggable target indicator
* Fix dialogs sometimes not having their input overlay under (reproductible when loading a game with battle outcome dialog)
Technical
---------

View file

@ -66,6 +66,7 @@ module TK.SpaceTac.UI {
this.tooltip_layer = this.add.group(undefined, "Tooltip layer");
this.tooltip = new Tooltip(this);
this.messages = new Messages(this);
this.dialogs_opened = [];
// Browser console variable (for debugging purpose)
if (typeof window != "undefined") {