Spelling: ... (#3398)

This commit is contained in:
Josh Soref
2020-05-26 11:02:36 -04:00
committed by GitHub
parent b1554ebf37
commit 4a03756b5b
21 changed files with 34 additions and 34 deletions

View File

@@ -3,12 +3,12 @@
/*
Usage:
When creating animation contstructor takes one parameter - how long
When creating animation constructor takes one parameter - how long
should the animation take in seconds.
Call reset() when starting animation.
When redering, call value() to get value from 0 to 1 - depending on animation
When rendering, call value() to get value from 0 to 1 - depending on animation
progress.
*/
class Animation