Skip to content

Commit 20349c2

Browse files
committed
Update recorder_subprocess.simba
1 parent 5011bb1 commit 20349c2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

osrs/recorder/recorder_subprocess.simba

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,14 @@ var
2727
Recorder: TRecorder;
2828
Window: TWindowHandle;
2929
begin
30-
WriteLn('SUBPROCESS');
3130
Process := StrToInt(GetProcessArg('script'));
32-
WriteLn Process;
3331
Window := StrToInt(GetProcessArg('target'));
34-
WriteLn Window;
35-
WriteLn GetProcessArg('plugin');
3632
case GetProcessArg('plugin') of
3733
'remote-input': Target.SetPlugin({$MACRO LOADEDLIB(libremoteinput)}, ToStr(Window.GetPID()));
3834
'wasp-input': Target.SetPlugin({$MACRO LOADEDLIB(waspinput)}, ToStr(Window.GetPID()));
3935
else Target.SetWindow(Window);
4036
end;
4137

42-
Target.GetImage().Save(GetProcessArg('path') + '/img.png');
43-
4438
Recorder := TRecorder.Create(
4539
StrToInt(GetProcessArg('time'), 20), GetProcessArg('path'),
4640
Target.Width, Target.Height,

0 commit comments

Comments
 (0)