[Scummvm-cvs-logs] SF.net SVN: scummvm:[35844] scummvm/trunk/engines/groovie/roq.cpp
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Tue Jan 13 16:40:47 CET 2009
Revision: 35844
http://scummvm.svn.sourceforge.net/scummvm/?rev=35844&view=rev
Author: jvprat
Date: 2009-01-13 15:40:46 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
Fix dithering of scaled videos
Modified Paths:
--------------
scummvm/trunk/engines/groovie/roq.cpp
Modified: scummvm/trunk/engines/groovie/roq.cpp
===================================================================
--- scummvm/trunk/engines/groovie/roq.cpp 2009-01-13 10:11:52 UTC (rev 35843)
+++ scummvm/trunk/engines/groovie/roq.cpp 2009-01-13 15:40:46 UTC (rev 35844)
@@ -313,7 +313,7 @@
#ifdef DITHER
// Reset the dithering algorithm with the new width
delete _dither;
- _dither = new Graphics::SierraLight(width, _paletteLookup);
+ _dither = new Graphics::SierraLight(width * _scale, _paletteLookup);
#endif
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list