mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Fix old terminology in renderdoccmd documentation
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user