From 4f7590251dd0fa4c07e04fd1f7fc927d9223c9b4 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Thu, 8 Mar 2012 09:32:06 -0800 Subject: Fix for runtime Radial blur material --- js/lib/rdge/runtime/RuntimeGeomObj.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/lib/rdge/runtime/RuntimeGeomObj.js') 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() case "star": case "zinvert": case "keleidoscope": + case "radialBlur": case "pulse": mat = new RuntimePulseMaterial(); break; default: -- cgit v1.2.3