style fixes

This commit is contained in:
Tamius Han 2020-09-20 12:26:03 +02:00
parent e5206b524f
commit 02fa4e2fe8

View File

@ -34,8 +34,7 @@ class Scaler {
if (!this.conf.player.dimensions) {
ratioOut = screen.width / screen.height;
}
else {
} else {
ratioOut = this.conf.player.dimensions.width / this.conf.player.dimensions.height;
}