mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Spacing fixes
This commit is contained in:
parent
88b21a72f1
commit
7993909fab
31 changed files with 82 additions and 83 deletions
|
@ -124,7 +124,7 @@ void imageCleanTransparent(video::IImage *src, u32 threshold)
|
|||
// Ignore pixels we haven't processed
|
||||
if (!bitmap.get(sx, sy))
|
||||
continue;
|
||||
|
||||
|
||||
// Add RGB values weighted by alpha IF the pixel is opaque, otherwise
|
||||
// use full weight since we want to propagate colors.
|
||||
video::SColor d = src->getPixel(sx, sy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue