From 68411df0139bb38cfcd6ba61165c2a7198e8acfa Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 23 Aug 2018 10:50:34 +0200 Subject: [PATCH] Fixed bug --- src/scene.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scene.js b/src/scene.js index 3f0931f..33479a1 100644 --- a/src/scene.js +++ b/src/scene.js @@ -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();