Fix #60: Outdated documentation

This commit is contained in:
Matthias Richter 2018-10-24 13:07:07 +02:00
parent d2b7f0d962
commit 94bf0ff4ac

View File

@ -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.