aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/material.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/material.cpp')
-rw-r--r--scene/resources/material.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/material.cpp b/scene/resources/material.cpp
index 3c7b0fbe6..cb55f4f03 100644
--- a/scene/resources/material.cpp
+++ b/scene/resources/material.cpp
@@ -152,7 +152,7 @@ void FixedSpatialMaterial::_update_shader() {
switch(cull_mode) {
case CULL_BACK: code+=",cull_back"; break;
case CULL_FRONT: code+=",cull_front"; break;
- case CULL_DISABLED: code+=",cull_disable"; break;
+ case CULL_DISABLED: code+=",cull_disabled"; break;
}