mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Fix accidentally copy-pasted docstring
This commit is contained in:
@@ -418,8 +418,8 @@ struct SDObject
|
||||
#endif
|
||||
|
||||
// these are common to both python and C++
|
||||
DOCUMENT(R"(Interprets the object as a :class:`ResourceId` and returns its value.
|
||||
Invalid if the object is not actually a :class:`ResourceId`.
|
||||
DOCUMENT(R"(Interprets the object as a ``bool`` and returns its value.
|
||||
Invalid if the object is not actually a ``bool``.
|
||||
)");
|
||||
inline bool AsBool() { return data.basic.b; }
|
||||
// these are common to both python and C++
|
||||
|
||||
Reference in New Issue
Block a user