]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - jpeg.c
don't apply motionblur when rendering to an envmap
[xonotic/darkplaces.git] / jpeg.c
diff --git a/jpeg.c b/jpeg.c
index 359a3cd08adf0fb52478b686dd97fd750c7a31ca..74bd708effde51b03e090b5f4e878ceda69af797 100644 (file)
--- a/jpeg.c
+++ b/jpeg.c
@@ -1048,7 +1048,7 @@ qboolean Image_Compress(const char *imagename, size_t maxsize, void **buf, size_
        }
 
        // load the image
-       imagedata = loadimagepixelsbgra(imagename, true, false);
+       imagedata = loadimagepixelsbgra(imagename, true, false, false);
        if(!imagedata)
                return false;