diff options
author | Travis Howell | 2006-08-27 01:42:49 +0000 |
---|---|---|
committer | Travis Howell | 2006-08-27 01:42:49 +0000 |
commit | b964c889ed96fede5137fb065ef607126ca1d90a (patch) | |
tree | bbf33cb7a65895145ce434be84786a4ae39353af /engines/simon | |
parent | 3750fb7c5af99f8590891f8834016c16f8d68632 (diff) | |
download | scummvm-rg350-b964c889ed96fede5137fb065ef607126ca1d90a.tar.gz scummvm-rg350-b964c889ed96fede5137fb065ef607126ca1d90a.tar.bz2 scummvm-rg350-b964c889ed96fede5137fb065ef607126ca1d90a.zip |
Remove the use of AutoComputeDirtyRects feature of backends, due to it causing minor glitches
svn-id: r23770
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/simon.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 70c93c482e..d54087b9ca 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -427,9 +427,6 @@ int SimonEngine::init() { _system->initSize(_screenWidth, _screenHeight); _system->endGFXTransaction(); - // FIXME Use auto dirty rects cleanup code to reduce CPU usage - g_system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true); - // Setup mixer if (!_mixer->isReady()) warning("Sound initialization failed. " |