Skip to content

Commit

Permalink
smaller margin in anim
Browse files Browse the repository at this point in the history
  • Loading branch information
underdoeg committed Aug 17, 2014
1 parent d502af3 commit dc05681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Animation.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class Animation:public Animation_ {
if(stepRel < .002) {
Animation<Type>::triggerListeners(key1->value);
return;
}else if(stepRel > .992) {
}else if(stepRel > .998) {
Animation<Type>::triggerListeners(key2->value);
return;
}
Expand Down

0 comments on commit dc05681

Please # to comment.