File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ function import_funscript_generator_json_result()
138138 if closest_action and math.abs (closest_action .at - (action [" at" ]/ 1000.0 )) < 0.01 then
139139 filtered = true
140140 else
141- script :add (Action .new (action [" at" ]/ 1000.0 , action [" pos" ], true ))
141+ script . actions :add (Action .new (action [" at" ]/ 1000.0 , action [" pos" ], true ))
142142 end
143143 end
144144 script :commit ()
@@ -158,7 +158,7 @@ function import_funscript_generator_json_result()
158158 if closest_action and math.abs (closest_action .at - (action [" at" ]/ 1000.0 )) < 0.01 then
159159 filtered = true
160160 else
161- script :add (Action .new (action [" at" ]/ 1000.0 , action [" pos" ], true ))
161+ script . actions :add (Action .new (action [" at" ]/ 1000.0 , action [" pos" ], true ))
162162 end
163163 end
164164 end
You can’t perform that action at this time.
0 commit comments