diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-08 17:51:10 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-08 17:51:10 +0000 |
commit | b749d0c61b0d33324b4f2f0a127f7a2571d9082f (patch) | |
tree | 0e4e43a05ea5a9accb3c284e4c0eec6201af96ae /tests/testsxx.cpp | |
parent | faf9740f37e68cae0822bb196a6c3a163a7e364e (diff) | |
download | dimension-b749d0c61b0d33324b4f2f0a127f7a2571d9082f.tar.xz |
Don't animate in GL tests - turns out it's hellishly slow on slower
computers.
Diffstat (limited to 'tests/testsxx.cpp')
-rw-r--r-- | tests/testsxx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsxx.cpp b/tests/testsxx.cpp index 08c778b..e8dc910 100644 --- a/tests/testsxx.cpp +++ b/tests/testsxx.cpp @@ -74,7 +74,7 @@ namespace Dimension void Display::flush() { - dmnsn_display_frame(m_display); + dmnsn_display_flush(m_display); } } |