summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/qopenglwindow/multiwindow/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/qopenglwindow/multiwindow/main.cpp b/tests/manual/qopenglwindow/multiwindow/main.cpp
index 31688d717e..17442dbae5 100644
--- a/tests/manual/qopenglwindow/multiwindow/main.cpp
+++ b/tests/manual/qopenglwindow/multiwindow/main.cpp
@@ -83,8 +83,6 @@ public:
y += 1;
if (y > height() - 20)
y = 20;
-
- update();
}
public slots:
@@ -95,6 +93,8 @@ public slots:
framesSwapped = 0;
fpsTimer.restart();
}
+
+ update();
}
protected: