mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

Graphics::drawLine should omit the last pixel #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When drawing lines, you seldom draw one line but rather a couple of lines
connected to each other. If Graphics::drawLine were to omit the last pixel
a lot of redundant calculations could be removed from Guichan. 

Original issue reported on code.google.com by olof.nae...@gmail.com on 27 Sep 2008 at 6:11