Релупинг пофиксил крч

This commit is contained in:
IgorTimofeev 2024-01-02 18:18:39 +03:00
parent a051c6ce2a
commit ad6fc7f37b

View File

@ -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