diff --git a/examples/32-particles/particles.cpp b/examples/32-particles/particles.cpp index 4824978be..37e22da97 100644 --- a/examples/32-particles/particles.cpp +++ b/examples/32-particles/particles.cpp @@ -38,6 +38,8 @@ static const char* s_directionName[] = static const char* s_easeFuncName[] = { "Linear", + "Step", + "SmoothStep", "InQuad", "OutQuad", "InOutQuad",