src/scenes: fix a potential crash

This commit is contained in:
Kazhnuz 2019-01-28 09:43:42 +01:00
parent 4bf78e9c01
commit ecf32133e8

View file

@ -25,7 +25,7 @@ local Scene = require "core.modules.scenes"
local TestScene = Scene:extend()
function TestScene:new()
TestScene.super.new()
TestScene.super.new(self)
self.i = 0