Joined: Wed Mar 05, 2008 8:14 am Posts: 2864 Location: Rotterdam, The Netherlands
Re: 3.05: issue on nxtDrawCircle()
Could you write a mail to support@robotc.net and refer to this thread so it goes into the bugtracking system?
- Xander
_________________ | Some people, when confronted with a problem, think, "I know, I'll use threads," | and then two they hav erpoblesms. (@nedbat) | My Blog: I'd Rather Be Building Robots | ROBOTC 3rd Party Driver Suite: [Project Page]
Sat Jan 14, 2012 8:09 am
Dick Swan
Creator
Joined: Fri Feb 09, 2007 9:21 am Posts: 613
Re: 3.05: issue on nxtDrawCircle()
miki wrote:
Replacing the line 789 of RobotCintrinsics.c with:
Code:
#define nxtDrawCircle(Left, Top, Diameter) nxtDrawEllipse(Left, Top, Left + Diameter - 1, Top - Diameter )
fixes this.
This is a correct analysis and fix. This change has been made to "RobotCIntrinsics.c" and will appear in the next release.
Users browsing this forum: No registered users and 4 guests
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 post attachments in this forum