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