Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_jpeg / mptr_jpeg.cpp
index ee2f418..84f5403 100644 (file)
@@ -251,6 +251,6 @@ jpeg_mptr::~jpeg_mptr()
 bool
 jpeg_mptr::get_frame(synfig::Surface &surface,Time, synfig::ProgressCallback */*cb*/)
 {
-       surface.mirror(surface_buffer);
+       surface=surface_buffer;
        return true;
 }