[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pingus-CVS] r2776 - branches/pingus_sdl/src
From: |
jave27 |
Subject: |
[Pingus-CVS] r2776 - branches/pingus_sdl/src |
Date: |
Thu, 2 Aug 2007 07:53:39 +0200 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] r2776 - branches/pingus_sdl/src,
jave27 <=