Fix old terminology in renderdoccmd documentation

This commit is contained in:
baldurk
2019-12-02 13:08:19 +00:00
parent 01c80c4b14
commit 6e6c7bac62
+1 -1
View File
@@ -527,7 +527,7 @@ struct ReplayCommand : public Command
}
virtual const char *Description()
{
return "Replay the log file and show the backbuffer on a preview window.";
return "Replay a capture and show the backbuffer on a preview window.";
}
virtual bool IsInternalOnly() { return false; }
virtual bool IsCaptureCommand() { return false; }