This commit is contained in:
Pecusx
2021-05-08 15:27:32 +02:00
parent 444026fef6
commit 2aecf7726f
+1 -1
View File
@@ -22,7 +22,7 @@ unsigned Opacity(unsigned color1, unsigned color2){
}
else
{
return color2
return color2;
}
}