mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-04 23:22:47 +02:00
Fixed MineCode selection bug when using multi-windowed software
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user