fixed reposition not repositioning frame for mouse events

This commit is contained in:
Mikayla Fischler
2023-10-21 13:58:42 -04:00
parent 7b374f8618
commit d477b33774
2 changed files with 23 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
local core = {}
core.version = "2.0.5"
core.version = "2.0.6"
core.flasher = flasher
core.events = events