style fixes
This commit is contained in:
parent
e5206b524f
commit
02fa4e2fe8
@ -34,8 +34,7 @@ class Scaler {
|
|||||||
|
|
||||||
if (!this.conf.player.dimensions) {
|
if (!this.conf.player.dimensions) {
|
||||||
ratioOut = screen.width / screen.height;
|
ratioOut = screen.width / screen.height;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
ratioOut = this.conf.player.dimensions.width / this.conf.player.dimensions.height;
|
ratioOut = this.conf.player.dimensions.width / this.conf.player.dimensions.height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user