FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

small mistake in arc.light.convexpolygon

 
Post new topic   Reply to topic     Forum Index -> ArcLib
View previous topic :: View next topic  
Author Message
Boscop



Joined: 26 Feb 2009
Posts: 29

PostPosted: Thu May 21, 2009 5:44 pm    Post subject: small mistake in arc.light.convexpolygon Reply with quote

In module arc.light.convexpolygon

this line:
Code:
assert(verts.length > 3, "Polygon needs at least 3 vertices");

has to be changed into:
Code:
assert(verts.length >= 3, "Polygon needs at least 3 vertices");

obviously Razz
_________________
A programmer is just a tool to convert coffeine into code!
Back to top
View user's profile Send private message
SirAlaran



Joined: 19 Feb 2007
Posts: 84
Location: Silicon Valley

PostPosted: Fri May 22, 2009 12:39 pm    Post subject: Reply with quote

Is there anyone around with svn commit access? I've found a few typos like this in the joystick code that I'd like fixed. Ticket
_________________
Current projects: Project Fermitas, Arctographer tile map editor, Arclib game library.
Gentoo | Textadept
Back to top
View user's profile Send private message
jcc7



Joined: 22 Feb 2004
Posts: 657
Location: Muskogee, OK, USA

PostPosted: Wed May 27, 2009 8:28 am    Post subject: Reply with quote

SirAlaran wrote:
Is there anyone around with svn commit access? I've found a few typos like this in the joystick code that I'd like fixed. Ticket


Did you try e-mailing clayasaurus as he suggested in the Submit Patches or Extensions here topic?
Back to top
View user's profile Send private message AIM Address
clayasaurus



Joined: 21 May 2004
Posts: 857

PostPosted: Fri Nov 06, 2009 10:43 am    Post subject: Reply with quote

Fixed
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> ArcLib All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group