summaryrefslogtreecommitdiffstats
path: root/scene/2d/light_2d.h
diff options
context:
space:
mode:
authorletheed <dev@zaph.ch>2017-09-01 15:01:24 +0200
committerletheed <dev@zaph.ch>2017-09-01 15:01:24 +0200
commit3a188015be668884dc296abc86e15225fe04418d (patch)
treefbe1f17cc32c81002e34b7901b398e62ff448ef4 /scene/2d/light_2d.h
parent1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff)
downloadredot-engine-3a188015be668884dc296abc86e15225fe04418d.tar.gz
add shadow_filter variant PCF7
Diffstat (limited to 'scene/2d/light_2d.h')
-rw-r--r--scene/2d/light_2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/light_2d.h b/scene/2d/light_2d.h
index 66b0aa2299..f6bc943adb 100644
--- a/scene/2d/light_2d.h
+++ b/scene/2d/light_2d.h
@@ -48,6 +48,7 @@ public:
SHADOW_FILTER_NONE,
SHADOW_FILTER_PCF3,
SHADOW_FILTER_PCF5,
+ SHADOW_FILTER_PCF7,
SHADOW_FILTER_PCF9,
SHADOW_FILTER_PCF13,
};