Wolke-Puppenspieler / glidehqplusglitch64

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

Dual Heroes - horizontal line cut across portrait #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Horizontal line cut across bottom portion of the portrait.

Original issue reported on code.google.com by pokefan0...@gmail.com on 22 Oct 2010 at 1:51

Attachments:

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Added in r260

Original comment by gon...@ngs.ru on 21 Nov 2011 at 2:26