diff options
author | hwc487 | 2012-06-15 11:26:57 -0700 |
---|---|---|
committer | hwc487 | 2012-06-15 11:26:57 -0700 |
commit | 2779b48197effabe1a975c8139c497631238f8f1 (patch) | |
tree | 3469d6b7b7fbc6a7d1c9a2631c5ded0a38d69161 /js/panels/Materials/materials-popup.reel/materials-popup.js | |
parent | 9f74616f7727bf8cf988021ba0cd5d3354d67991 (diff) | |
download | ninja-2779b48197effabe1a975c8139c497631238f8f1.tar.gz |
Re-added Paris material
Diffstat (limited to 'js/panels/Materials/materials-popup.reel/materials-popup.js')
-rwxr-xr-x | js/panels/Materials/materials-popup.reel/materials-popup.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Materials/materials-popup.reel/materials-popup.js b/js/panels/Materials/materials-popup.reel/materials-popup.js index e9535f94..8240c746 100755 --- a/js/panels/Materials/materials-popup.reel/materials-popup.js +++ b/js/panels/Materials/materials-popup.reel/materials-popup.js | |||
@@ -345,6 +345,7 @@ exports.MaterialsPopup = Montage.create(Component, { | |||
345 | (materialID === "Keleidoscope") || | 345 | (materialID === "Keleidoscope") || |
346 | (materialID === "Linear Gradient") || | 346 | (materialID === "Linear Gradient") || |
347 | (materialID === "Mandel") || | 347 | (materialID === "Mandel") || |
348 | (materialID === "Paris") || | ||
348 | (materialID === "Plasma") || | 349 | (materialID === "Plasma") || |
349 | (materialID === "Pulse") || | 350 | (materialID === "Pulse") || |
350 | (materialID === "Radial Blur") || | 351 | (materialID === "Radial Blur") || |