X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=b061e3b4f3f3a7ba757812d4e55895f66789fb32;hb=2609df0eb8239f33810537d12b9986aa5af00438;hp=345259a2e916484d180f0317110b5403dbf948ad;hpb=3d9b1d366f1b3607c40eb5bcbbe631794ed899de;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index 345259a..b061e3b 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -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;