Quote:
Originally Posted by LucyOne
That was fast! Awesome!
|
This is why it was fast:
PHP Code:
// Shitty bug fix (some black line shows up at the right of the icons)
int shittyWidth = round(icon_width*0.04);
FillArea(position+icon_width-shittyWidth, 0, shittyWidth, icon_height, 0x00FFFFFF);
I just draw a white patch over 4% of the icon width. I still don't know what causes the black lines to show up. As the code says... Shitty bug fix. But it works.