mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Релупинг пофиксил крч
This commit is contained in:
parent
a051c6ce2a
commit
ad6fc7f37b
@ -70,6 +70,7 @@ local function invoke(...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function setPosition(value)
|
local function setPosition(value)
|
||||||
|
tapePosition = value
|
||||||
invoke("seek", value - invoke("getPosition"))
|
invoke("seek", value - invoke("getPosition"))
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -1186,6 +1187,11 @@ reloopButton.onTouch = function()
|
|||||||
updateLoop()
|
updateLoop()
|
||||||
|
|
||||||
workspace:draw()
|
workspace:draw()
|
||||||
|
|
||||||
|
if tapeConfig.loopOn then
|
||||||
|
setPosition(tapeConfig.loopIn or 0)
|
||||||
|
end
|
||||||
|
|
||||||
delaySaveConfig()
|
delaySaveConfig()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user