diff options
Diffstat (limited to 'js/lib/rdge/runtime/RuntimeGeomObj.js')
-rw-r--r-- | js/lib/rdge/runtime/RuntimeGeomObj.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/rdge/runtime/RuntimeGeomObj.js b/js/lib/rdge/runtime/RuntimeGeomObj.js index 93d4d9a1..3dc81be2 100644 --- a/js/lib/rdge/runtime/RuntimeGeomObj.js +++ b/js/lib/rdge/runtime/RuntimeGeomObj.js | |||
@@ -109,6 +109,7 @@ var RuntimeGeomObj = function RuntimeGeomObj() | |||
109 | case "star": | 109 | case "star": |
110 | case "zinvert": | 110 | case "zinvert": |
111 | case "keleidoscope": | 111 | case "keleidoscope": |
112 | case "radialBlur": | ||
112 | case "pulse": mat = new RuntimePulseMaterial(); break; | 113 | case "pulse": mat = new RuntimePulseMaterial(); break; |
113 | 114 | ||
114 | default: | 115 | default: |