Skip to content

Commit 0fcfdd0

Browse files
author
arch
committed
improve lua extension
1 parent c54c0eb commit 0fcfdd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contrib/Installer/assets/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function update(delta)
204204
processHandleMTFG = nil
205205
import_funscript_generator_result()
206206
end
207-
if math.fmod(updateCounter, 1000) then
207+
if math.fmod(updateCounter, 1000) == 1 then
208208
local f = io.open("C:/Temp/funscript_editor.log")
209209
if f then
210210
logfileExist = true

contrib/OpenFunscripter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
A lua script to use the python funscript generator script in Open Funscripter.
44

55
The [installation instructions](https://github.com/michael-mueller-git/Python-Funscript-Editor/tree/main/docs/app/docs/user-guide/ofs-integration.md) are now included in the documentation.
6+
7+
**Code in this directory is obsolete and have known bugs. We us now the new lua API of OFS. See [main.lua](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/contrib/Installer/assets/main.lua) in `contrib/Installer/assets`**

0 commit comments

Comments
 (0)