diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-06-08 15:50:40 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-06-08 15:50:40 +0300 |
commit | 4daca0b580b4f161bd0e1306d1b7e52aa8ec0664 (patch) | |
tree | dbd079dae0924ece5be150ccadf7faca37ed9233 /scene/resources/material.h | |
parent | 711d4f3d86b05133e6b40ebdbab34d40335746fb (diff) |
Removes deleted OrenNayar mode from shaders and materials
Diffstat (limited to 'scene/resources/material.h')
-rw-r--r-- | scene/resources/material.h | 1 |
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 }; |