summaryrefslogtreecommitdiffstats
path: root/src/PNG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PNG.cpp')
-rw-r--r--src/PNG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PNG.cpp b/src/PNG.cpp
index 9edf88c..f56c870 100644
--- a/src/PNG.cpp
+++ b/src/PNG.cpp
@@ -147,7 +147,7 @@ void mipmap(const char *output, size_t width, size_t height, bool colored, const
readScaled(data, 0, height/2, sw, width, height, colored);
readScaled(data, width/2, height/2, se, width, height, colored);
- write(output, data, width, height, true);
+ write(output, data, width, height, colored);
}
}