This commit is contained in:
parent
ba71212557
commit
7551029dc0
5 changed files with 25 additions and 25 deletions
|
@ -119,9 +119,12 @@ sLayerShadeBackGfx *GfxList=Data->GfxList;
|
|||
// Render Back Shade
|
||||
|
||||
|
||||
// printf("%i %i\n",ThisY,BandHeight);
|
||||
if (BandHeight>256) BandHeight=256;
|
||||
// if (ThisY<0) BandHeight=256;
|
||||
for (i=0; i<BandCount; i++)
|
||||
{
|
||||
setXYWH(&Band[i],0,ThisY,512,BandHeight*2);
|
||||
setXYWH(&Band[i],0,ThisY,512,BandHeight);
|
||||
addPrim(ThisOT,&Band[i]);
|
||||
ThisY+=BandHeight;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue