uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp
changeset 21 6ce30188c5bf
parent 14 83d2d132aa58
--- a/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp	Mon May 03 13:22:43 2010 +0300
+++ b/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp	Fri May 14 16:46:13 2010 +0300
@@ -39,9 +39,9 @@
 	    {
 	    wait = 1000;
 	    }
-	if (wait > 100000)
+	if (wait > 5000000)
 	    {
-	    wait = 100000;
+	    wait = 5000000;
 	    }
             
     HighRes( TTimeIntervalMicroSeconds32( wait ) );