Skip to content

Commit

Permalink
oh forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyAdd committed Jan 7, 2025
1 parent 167c976 commit c9264e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ void Recorder::start(std::string command) {
}
encoder.close();
} else {
#ifdef GEODE_IS_WINDOWS
auto process = subprocess::Popen(command);
while (is_recording || frame_has_data) {
lock.lock();
Expand All @@ -152,6 +153,7 @@ void Recorder::start(std::string command) {
if (process.close()) {
return;
}
#endif
}
}).detach();
}
Expand Down

0 comments on commit c9264e6

Please sign in to comment.