diff options
| author | Juan Linietsky | 2014-05-14 01:22:15 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-05-14 01:22:15 -0300 |
| commit | b324ff7ea584676fcc3292808d7e7ea609982f8e (patch) | |
| tree | b80e9aa0b8f2926a398e25ef904f6229cb3e28dd /scene/resources/environment.h | |
| parent | 45a509282e912d85c46b40974a2deb926be5be42 (diff) | |
| download | godot-b324ff7ea584676fcc3292808d7e7ea609982f8e.tar.gz godot-b324ff7ea584676fcc3292808d7e7ea609982f8e.tar.zst godot-b324ff7ea584676fcc3292808d7e7ea609982f8e.zip | |
Diffstat (limited to 'scene/resources/environment.h')
| -rw-r--r-- | scene/resources/environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/environment.h b/scene/resources/environment.h index c94c81b69..b90a04363 100644 --- a/scene/resources/environment.h +++ b/scene/resources/environment.h @@ -60,6 +60,7 @@ public: }; enum Fx { + FX_FXAA=VS::ENV_FX_FXAA, FX_GLOW=VS::ENV_FX_GLOW, FX_DOF_BLUR=VS::ENV_FX_DOF_BLUR, FX_HDR=VS::ENV_FX_HDR, |
