diff --git a/radon.lua b/radon.lua index 1e5f815..05c4029 100644 --- a/radon.lua +++ b/radon.lua @@ -1,7 +1,7 @@ local oldPullEvent = os.pullEvent os.pullEvent = os.pullEventRaw -local version = "1.2.1" +local version = "1.2.2" --- Imports local _ = require("util.score") @@ -193,7 +193,8 @@ eventHook.execute(config.hooks.start, version, config, products) end while true do - tree = Solyd.render(tree, Main {t = t, config = config, shopState = shopState, speaker = speaker}) + -- add t = t if we need animations + tree = Solyd.render(tree, Main { config = config, shopState = shopState, speaker = speaker}) local context = Solyd.getTopologicalContext(tree, { "canvas", "aabb" })