[Mit-cadr-cvs] r445 - trunk/emulator/usim/CADR

ggilley at common-lisp.net ggilley at common-lisp.net
Sat Jan 3 17:39:58 UTC 2015


Author: ggilley
Date: Sat Jan  3 17:39:57 2015
New Revision: 445

Log:
only reset the timer when it has fired

Modified:
   trunk/emulator/usim/CADR/cadrAppDelegate.m

Modified: trunk/emulator/usim/CADR/cadrAppDelegate.m
==============================================================================
--- trunk/emulator/usim/CADR/cadrAppDelegate.m	Wed Dec  3 16:20:21 2014	(r444)
+++ trunk/emulator/usim/CADR/cadrAppDelegate.m	Sat Jan  3 17:39:57 2015	(r445)
@@ -163,8 +163,8 @@
                 [application updateWindows];
             }
         }
+        last = current;
     }
-    last = current;
 }
 
 void




More information about the mit-cadr-cvs mailing list