Skip to content

Commit 432d7e7

Browse files
committed
Update recorder.simba
1 parent 0e5b427 commit 432d7e7

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

osrs/recorder/recorder.simba

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,18 @@ begin
6262
end;
6363
{$ENDIF}
6464

65-
WriteLn {$MACRO DIR} + 'recorder_subprocess.simba';
66-
RunSimbaScript({$MACRO DIR} + 'recorder_subprocess.simba',
67-
[
68-
'script=' + ToStr(GetProcessID()),
69-
'target=' + window,
70-
'time=' + ToStr(Self.BufferSeconds),
71-
plugin,
72-
'path=' + WLEnv.VideosDir
73-
]
74-
);
65+
//TODO: Simba is bugged with this.
66+
//RunSimbaScript({$MACRO DIR} + 'recorder_subprocess.simba',
67+
// [
68+
// 'script=' + ToStr(GetProcessID()),
69+
// 'target=' + window,
70+
// 'time=' + ToStr(Self.BufferSeconds),
71+
// plugin,
72+
// 'path=' + WLEnv.VideosDir
73+
// ]
74+
//);
7575
Self.IsRecording := True;
7676
end;
7777

7878
var
7979
SimbaRecorder: TSimbaRecorder;
80-

0 commit comments

Comments
 (0)