From 0c238284b0dd29cc09835bf2da478e7012da4813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 1 Feb 2018 15:18:43 +0100 Subject: [PATCH] Typo --- pillar/api/node_types/texture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/api/node_types/texture.py b/pillar/api/node_types/texture.py index ad606112..e176131c 100644 --- a/pillar/api/node_types/texture.py +++ b/pillar/api/node_types/texture.py @@ -28,7 +28,7 @@ node_type_texture = { 'type': 'string', 'allowed': [ "alpha", - "ambient occlusion" + "ambient occlusion", "bump", "color", "displacement",