summaryrefslogtreecommitdiff
path: root/src/client/imagefilters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/imagefilters.cpp')
-rw-r--r--src/client/imagefilters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/imagefilters.cpp b/src/client/imagefilters.cpp
index b62e336f7..c9d1504ad 100644
--- a/src/client/imagefilters.cpp
+++ b/src/client/imagefilters.cpp
@@ -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);