int layer -> layer in clearClippingRect

This commit is contained in:
GriffinR 2022-10-10 17:16:03 -04:00 committed by GitHub
parent 0f49c76757
commit 8059b7dcae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1069,7 +1069,7 @@ All overlay functions are callable via the global ``overlay`` object.
:param number width: the rectangle's pixel width
:param number height: the rectangle's pixel height
.. js:function:: overlay.clearClippingRect(int layer)
.. js:function:: overlay.clearClippingRect(layer)
Clears any clipping for the specified overlay layer. See ``setClippingRect`` for more info about clipping.