[Scummvm-cvs-logs] SF.net SVN: scummvm:[50740] scummvm/branches/gsoc2010-testbed/engines/ testbed/graphics.cpp
sud03r at users.sourceforge.net
sud03r at users.sourceforge.net
Wed Jul 7 22:40:54 CEST 2010
Revision: 50740
http://scummvm.svn.sourceforge.net/scummvm/?rev=50740&view=rev
Author: sud03r
Date: 2010-07-07 20:40:54 +0000 (Wed, 07 Jul 2010)
Log Message:
-----------
commented out rotation as of now, avoids 6s delay which shows blank
Modified Paths:
--------------
scummvm/branches/gsoc2010-testbed/engines/testbed/graphics.cpp
Modified: scummvm/branches/gsoc2010-testbed/engines/testbed/graphics.cpp
===================================================================
--- scummvm/branches/gsoc2010-testbed/engines/testbed/graphics.cpp 2010-07-07 20:31:28 UTC (rev 50739)
+++ scummvm/branches/gsoc2010-testbed/engines/testbed/graphics.cpp 2010-07-07 20:40:54 UTC (rev 50740)
@@ -814,8 +814,9 @@
while (toRotate--) {
g_system->updateScreen();
- g_system->delayMillis(600);
+ // XXX: disabling rotations as of now, as it makes 6s delay (will fix it tommorrow)
// FIXME : fix rotation
+ // g_system->delayMillis(600);
// rotatePalette(&palette[8], 254);
// g_system->setPalette(palette, 0, 256);
}
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