Closed GoogleCodeExporter closed 8 years ago
Gonetz,
If you do not want to accept this issue, please close it
Original comment by pokefan0...@gmail.com
on 4 Jun 2011 at 6:57
Finally, fix the extra horizontal line but need to find out if the core or
MyGlide64 change that fix it.
see attached image1-2
Original comment by pokefan0...@gmail.com
on 13 Nov 2011 at 5:57
Attachments:
Below codes change in static void rdp_texrect() fix this issue:
if(lr_y - ul_y < 1.0f)
{
lr_y = ceil(lr_y); // replace below line
// lr_y = ul_y + 1.0f;
}
Original comment by pokefan0...@gmail.com
on 13 Nov 2011 at 6:38
Added in r260
Original comment by gon...@ngs.ru
on 21 Nov 2011 at 2:26
Original issue reported on code.google.com by
pokefan0...@gmail.com
on 22 Oct 2010 at 1:51Attachments: