Fixed bug

This commit is contained in:
Thomas Forgione 2018-08-23 10:50:34 +02:00
parent 654e4a19b2
commit 68411df013
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ class Scene extends Screen {
this.player = player;
this.currentHeight = 0;
//if (this.maxHeight === undefined) {
if (this.maxHeight === undefined) {
this.maxHeight = 0;
//}
}
this.initialize();