#255 fixed rectangle element not offsetting mouse events

This commit is contained in:
Mikayla Fischler
2023-06-07 18:38:00 -04:00
parent 8c87cb3e26
commit 5d6dda5619
8 changed files with 20 additions and 12 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.4.5"
local R_PLC_VERSION = "v1.4.6"
local println = util.println
local println_ts = util.println_ts