We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5b427 commit 432d7e7Copy full SHA for 432d7e7
1 file changed
osrs/recorder/recorder.simba
@@ -62,19 +62,18 @@ begin
62
end;
63
{$ENDIF}
64
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
- );
+ //TODO: Simba is bugged with this.
+ //RunSimbaScript({$MACRO DIR} + 'recorder_subprocess.simba',
+ // [
+ // 'script=' + ToStr(GetProcessID()),
+ // 'target=' + window,
+ // 'time=' + ToStr(Self.BufferSeconds),
+ // plugin,
+ // 'path=' + WLEnv.VideosDir
+ // ]
+ //);
75
Self.IsRecording := True;
76
77
78
var
79
SimbaRecorder: TSimbaRecorder;
80
-
0 commit comments