uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp
branchRCL_3
changeset 22 7c5dd702d6d3
parent 8 10534483575f
--- a/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp	Tue Apr 27 17:34:42 2010 +0300
+++ b/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp	Tue May 11 17:03:00 2010 +0300
@@ -39,9 +39,9 @@
 	    {
 	    wait = 1000;
 	    }
-	if (wait > 100000)
+	if (wait > 5000000)
 	    {
-	    wait = 100000;
+	    wait = 5000000;
 	    }
             
     HighRes( TTimeIntervalMicroSeconds32( wait ) );