Usage de gint 2.8 et du rendu P4 CLEARBG alternatif #2

Closed
Lephenixnoir wants to merge 3 commits from (deleted):master into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 89312683fa - Show all commits

View File

@ -1320,7 +1320,7 @@ void drawDecoration( uint16_t index )
int X = circuit[index]->X + circuit[index]->CumulatedCurve - 1.5*circuit[index]->W - image->width/2;
int Y = circuit[index]->Y - image->height;
dimage( X, Y, image );
dimage_p4_clearbg_alt( X, Y, image, 0, image->alpha );
}
deco = circuit[index]->RDeco;
@ -1332,7 +1332,7 @@ void drawDecoration( uint16_t index )
int X = circuit[index]->X + circuit[index]->CumulatedCurve + 1.5*circuit[index]->W - image->width/2;
int Y = circuit[index]->Y - image->height;
dimage( X, Y, image );
dimage_p4_clearbg_alt( X, Y, image, 0, image->alpha );
}
}