Fix docstring on IsStencilTestEnabled()

This commit is contained in:
baldurk
2026-05-15 20:00:13 +01:00
parent 54320f730c
commit aa4e613e58
+2 -2
View File
@@ -441,8 +441,8 @@ convenience of access.
DOCUMENT(R"(Checks whether stencil operations are enabled or not.
:return: The currently stencil states. Front facing first, back facing second.
:rtype: Tuple[StencilFace, StencilFace]
:return: ``True`` if stencil testing is enabled.
:rtype: bool
)");
bool IsStencilTestEnabled() const;