mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Fix crash handler not launching as expected in official builds
This commit is contained in:
@@ -468,6 +468,7 @@ public:
|
||||
pipe = conv(parser.get<std::string>("pipe"));
|
||||
return true;
|
||||
}
|
||||
virtual rdcarray<rdcstr> ReplayArgs() { return {"--crash"}; }
|
||||
virtual int Execute(const CaptureOptions &)
|
||||
{
|
||||
CrashGenerationServer *crashServer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user