Fix bug screwing displayTime up

master
informatic 2017-01-17 18:01:02 +01:00
parent 61b38314e6
commit 44ebc5c604
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local node = Node:extend('nodes.slideshow', {})
local smallFont = love.graphics.newFont('fonts/Lato-Light.ttf', 50)
function node:init(config)
self.super:init(config)
node.super.init(self, config)
self:loadImage()
end