Author: jave27
Date: 2007-08-02 07:53:37 +0200 (Thu, 02 Aug 2007)
New Revision: 2776
Modified:
branches/pingus_sdl/src/blitter_impl.hpp
Log:
Unlock destination surface when finished filling it. Fixes rotations on
graphics, although alpha gets stripped currently.
Modified: branches/pingus_sdl/src/blitter_impl.hpp
===================================================================
--- branches/pingus_sdl/src/blitter_impl.hpp 2007-08-02 05:51:57 UTC (rev
2775)
+++ branches/pingus_sdl/src/blitter_impl.hpp 2007-08-02 05:53:37 UTC (rev
2776)
@@ -200,6 +200,7 @@
}
SDL_UnlockSurface(source);
+ SDL_UnlockSurface(target);
return target_buffer;
}
else
_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs