Fix docstring reference

This commit is contained in:
baldurk
2021-08-18 23:18:14 +01:00
parent aa26252a77
commit 8ddc6eaa10
+1 -1
View File
@@ -1860,7 +1860,7 @@ temporary and treated like any other capture.
DOCUMENT(R"(If a capture is loaded, return the current fatal error status.
:return: If a capture is currently loaded, return the fatal error status.
:rtype: ReplayStatus
:rtype: renderdoc.ReplayStatus
)");
virtual ReplayStatus GetFatalError() = 0;