mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Fixed #1078 chromeOS no belongs to desktops
This commit is contained in:
parent
36ecd81f29
commit
79166bb268
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ Phaser.Device.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (this.windows || this.macOS || (this.linux && this.silk === false))
|
||||
if (this.windows || this.macOS || (this.linux && this.silk === false) || this.chromeOS)
|
||||
{
|
||||
this.desktop = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue