improvement
This commit is contained in:
parent
f85b19c118
commit
739ec4ced2
@ -21,7 +21,10 @@ function scene.new(cached)
|
|||||||
subscriptions = {},
|
subscriptions = {},
|
||||||
buffer = {}
|
buffer = {}
|
||||||
}
|
}
|
||||||
return setmetatable(self, scene)
|
local newScene = setmetatable(self, scene)
|
||||||
|
newScene:activate()
|
||||||
|
|
||||||
|
return newScene
|
||||||
end
|
end
|
||||||
|
|
||||||
local skipframes = 10
|
local skipframes = 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user