This commit is contained in:
Branimir Karadžić 2017-10-16 08:41:27 -07:00
parent 4af6a898df
commit a96a3a2356

View File

@ -38,6 +38,8 @@ static const char* s_directionName[] =
static const char* s_easeFuncName[] =
{
"Linear",
"Step",
"SmoothStep",
"InQuad",
"OutQuad",
"InOutQuad",