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