diff options
author | hwc487 | 2012-03-08 09:32:06 -0800 |
---|---|---|
committer | hwc487 | 2012-03-08 09:32:06 -0800 |
commit | 4f7590251dd0fa4c07e04fd1f7fc927d9223c9b4 (patch) | |
tree | 8fcf7c10fe25cf66c43a4afe47923fe52e982663 /js/lib/rdge/runtime/RuntimeGeomObj.js | |
parent | 9e812f35ffa751e9215c5427c0c44005bd357924 (diff) | |
download | ninja-4f7590251dd0fa4c07e04fd1f7fc927d9223c9b4.tar.gz |
Fix for runtime Radial blur material
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: |