Branimir Karadžić 8 years ago
parent
commit
a96a3a2356
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/32-particles/particles.cpp

+ 2 - 0
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",