aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-07-03 19:42:04 +0000
committerVicent Marti2008-07-03 19:42:04 +0000
commit8240e5b96d072fda2f84abdf84c27cf90ee891a5 (patch)
treefb02e8326566539145b3306eb76ce88168723676 /gui/newgui.cpp
parent919d81f03be0d3f03cb1fdca0735a9b3ae563af2 (diff)
downloadscummvm-rg350-8240e5b96d072fda2f84abdf84c27cf90ee891a5.tar.gz
scummvm-rg350-8240e5b96d072fda2f84abdf84c27cf90ee891a5.tar.bz2
scummvm-rg350-8240e5b96d072fda2f84abdf84c27cf90ee891a5.zip
Rendering pipeline. WIP.
(I see working buttons) svn-id: r32898
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 4d0b3905b9..efa7a910e2 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -242,7 +242,7 @@ void NewGui::runLoop() {
while (!_dialogStack.empty() && activeDialog == getTopDialog()) {
if (_needRedraw) {
redraw();
- _needRedraw = false;
+// _needRedraw = false;
}
// Don't "tickle" the dialog until the theme has had a chance