Page 1 of 1

Error in LÖVE Documentation 0.5.0?

Posted: Mon Feb 16, 2009 4:32 am
by invisisci
On this page:

http://love2d.org/docs/love_physics_newWorld_2.html

Arguments
lx X-component of lower left corner of the World area.
ly Y-component of lower left corner of the World area.
ux X-component of upper left corner of the World area.
uy Y-component of upper left corner of the World area.
gx X-component of the gravity.
gy Y-component of the gravity.
sleep True to allow sleep, false otherwise.

Should bolded "lefts" be "rights"? I haven't experimented with the function to make sure... but that doesn't seem right. Can someone enlighten me if I'm confused?

Re: Error in LÖVE Documentation 0.5.0?

Posted: Mon Feb 16, 2009 10:59 am
by osuf oboys
invisisci wrote:On this page:

http://love2d.org/docs/love_physics_newWorld_2.html

Should bolded "lefts" be "rights"? I haven't experimented with the function to make sure... but that doesn't seem right. Can someone enlighten me if I'm confused?
Yes, they should be.

Re: Error in LÖVE Documentation 0.5.0?

Posted: Mon Feb 16, 2009 2:11 pm
by rude
Fixed. (Upload in progress).