This commit is contained in:
parent
b06a1b93f9
commit
3ba8eb2b08
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ s32 ClipZ;
|
||||||
*(u16*)&TPrimPtr->u2=T2; // Set UV2
|
*(u16*)&TPrimPtr->u2=T2; // Set UV2
|
||||||
|
|
||||||
int ZP=P0->vz>>5;
|
int ZP=P0->vz>>5;
|
||||||
|
if (ZP<-4) ZP=-4;
|
||||||
|
if (ZP>8) ZP=8;
|
||||||
sOT *ThisOT=OtPtr+(LayerOT+ZP);
|
sOT *ThisOT=OtPtr+(LayerOT+ZP);
|
||||||
|
|
||||||
TList++;
|
TList++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue