summaryrefslogtreecommitdiff
path: root/scene/resources/material.h
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2021-06-08 15:50:40 +0300
committerYuri Roubinsky <chaosus89@gmail.com>2021-06-08 15:50:40 +0300
commit4daca0b580b4f161bd0e1306d1b7e52aa8ec0664 (patch)
treedbd079dae0924ece5be150ccadf7faca37ed9233 /scene/resources/material.h
parent711d4f3d86b05133e6b40ebdbab34d40335746fb (diff)
Removes deleted OrenNayar mode from shaders and materials
Diffstat (limited to 'scene/resources/material.h')
-rw-r--r--scene/resources/material.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/material.h b/scene/resources/material.h
index ad1b7b3e33..dc3ecdb5de 100644
--- a/scene/resources/material.h
+++ b/scene/resources/material.h
@@ -243,7 +243,6 @@ public:
DIFFUSE_BURLEY,
DIFFUSE_LAMBERT,
DIFFUSE_LAMBERT_WRAP,
- DIFFUSE_OREN_NAYAR,
DIFFUSE_TOON,
DIFFUSE_MAX
};