mirror of
https://github.com/vrld/HC.git
synced 2024-11-18 12:54:23 +00:00
Fix #60: Outdated documentation
This commit is contained in:
parent
d2b7f0d962
commit
94bf0ff4ac
@ -72,15 +72,6 @@ Shapes
|
||||
|
||||
See also the :doc:`Shapes` sub-module.
|
||||
|
||||
.. note::
|
||||
|
||||
HC will only keep `weak references
|
||||
<https://www.lua.org/manual/5.1/manual.html#2.10.2>`_ to the shapes you add
|
||||
to the world. This means that if you don't store the shapes elsewhere, the
|
||||
garbage collector will eventually come around and remove these shapes.See
|
||||
also `this issue <https://github.com/vrld/HC/issues/44>`_ on github.
|
||||
|
||||
|
||||
.. function:: HC.rectangle(x, y, w, h)
|
||||
|
||||
:param numbers x,y: Upper left corner of the rectangle.
|
||||
|
Loading…
Reference in New Issue
Block a user