Fix paramref documentation reference

This commit is contained in:
baldurk
2020-11-20 18:15:00 +00:00
parent efac5ad70a
commit 8d4b45cda3
+2 -2
View File
@@ -463,8 +463,8 @@ bounds parameters will be clamped to the available subresources.
:param bool autofit: ``True`` if the zoom level should be auto-calculated continuously to
automatically fit the texture completely in view.
:param float zoom: The zoom level as a percentage, with 100% being 1.0. Ignored if :param:`autofit`
is ``True``.
:param float zoom: The zoom level as a percentage, with 100% being 1.0. Ignored if
:paramref:`autofit` is ``True``.
)");
virtual void SetZoomLevel(bool autofit, float zoom) = 0;