diff src/com/aurellem/capture/IsoTimer.java @ 59:5afa49c5a7d3

adding wiki readme goodness
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 22:14:21 -0600
parents afc437f637bd
children f5e52169f056
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/IsoTimer.java	Sat Dec 03 21:53:52 2011 -0600
     1.2 +++ b/src/com/aurellem/capture/IsoTimer.java	Sat Dec 03 22:14:21 2011 -0600
     1.3 @@ -27,7 +27,7 @@
     1.4   * the high-quality recording.  If an Application uses this IsoTimer
     1.5   * instead of the normal one, we can be sure that every call to
     1.6   * simpleUpdate, for example, corresponds to exactly (1 / fps) seconds
     1.7 - * of game-time. This let's us record perfect video and audio even on
     1.8 + * of game-time. This lets us record perfect video and audio even on
     1.9   * a slow computer.
    1.10   *
    1.11   * @author Robert McIntyre