From a96a3a2356bc8a4d02ebff4881664772ff5530f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 16 Oct 2017 08:41:27 -0700 Subject: [PATCH] Cleanup. --- examples/32-particles/particles.cpp | 2 ++ 1 file changed, 2 insertions(+) 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",