diff options
-rw-r--r-- | scenebleed.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenebleed.lua b/scenebleed.lua index 2a73c2f..5f4fab3 100644 --- a/scenebleed.lua +++ b/scenebleed.lua @@ -21,7 +21,7 @@ function main(sub, sel) else
line.effect = line.effect.."; "..bleedstring
end
- sub[i] = mark(line)
+ sub[i] = line
end
end
end
|