]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
added some comments
[lugaru.git] / Source / Person.h
index 345259a2e916484d180f0317110b5403dbf948ad..b061e3b4f3f3a7ba757812d4e55895f66789fb32 100644 (file)
@@ -61,7 +61,7 @@ class Person
                int animTarget;
 
                // frameCurrent and frameTarget are used to interpolate between the frames of an animation
-               // (e.g. the crouched animation has only two frames, lerped back and forth).
+               // (e.g. the crouched animation has only two frames, lerped back and forth slowly).
                // animations advance at various speeds.
                int frameCurrent;
                int frameTarget;