summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--splash/Splash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash/Splash.cc b/splash/Splash.cc
index cd0ec72f..0a2b2121 100644
--- a/splash/Splash.cc
+++ b/splash/Splash.cc
@@ -1494,7 +1494,7 @@ inline void Splash::drawAALine(SplashPipe *pipe, int x0, int x1, int y) {
#endif
if (t != 0) {
- pipe->shape = aaGamma[t];
+ pipe->shape = (double)aaGamma[t];
(this->*pipe->run)(pipe);
updateModX(x);
updateModY(y);