From dc05681e5a0a0ef7f4915f064cb4783a0dd67e42 Mon Sep 17 00:00:00 2001 From: Philip Whitfield Date: Sun, 17 Aug 2014 14:01:15 +0200 Subject: [PATCH] smaller margin in anim --- src/Animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Animation.h b/src/Animation.h index ee804cc..c486508 100644 --- a/src/Animation.h +++ b/src/Animation.h @@ -207,7 +207,7 @@ class Animation:public Animation_ { if(stepRel < .002) { Animation::triggerListeners(key1->value); return; - }else if(stepRel > .992) { + }else if(stepRel > .998) { Animation::triggerListeners(key2->value); return; }