uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp
branchRCL_3
changeset 8 10534483575f
parent 0 15bf7259bb7c
child 21 6ce30188c5bf
--- a/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp	Fri Mar 12 15:47:04 2010 +0200
+++ b/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp	Mon Mar 15 12:43:37 2010 +0200
@@ -39,9 +39,9 @@
 	    {
 	    wait = 1000;
 	    }
-	if (wait > 15000)
+	if (wait > 100000)
 	    {
-	    wait = 15000;
+	    wait = 100000;
 	    }
             
     HighRes( TTimeIntervalMicroSeconds32( wait ) );