Fixed MineCode selection bug when using multi-windowed software

This commit is contained in:
IgorTimofeev
2022-05-29 15:35:06 +03:00
parent e8f727eb35
commit fbc478d7c4
3 changed files with 12 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ local event, handlers, interruptingKeysDown, lastInterrupt = {
push = computer.pushSignal
}, {}, {}, 0
event.interruptingFunction = event.defaultInterruptingDFunction
event.interruptingFunction = event.defaultInterruptingFunction
local computerPullSignal, computerUptime, mathHuge, mathMin, skipSignalType = computer.pullSignal, computer.uptime, math.huge, math.min