#238 bugfix for push button and sidebar in bounds checks

This commit is contained in:
Mikayla Fischler
2023-05-23 19:51:48 -04:00
parent 97cee58e5a
commit 43a0ff86d7
7 changed files with 18 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.3.1"
local R_PLC_VERSION = "v1.3.2"
local println = util.println
local println_ts = util.println_ts