diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-21 15:49:33 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-21 15:49:33 -0700 |
| commit | 110b619e8579a946f2448c61da380a8e4ae8cc48 (patch) | |
| tree | 00641c6bdca70e07c382c0948e5cb986d4940cbe /features.cginc | |
| parent | 40cca6047a1cbaf9f8567aacddf67a877cdc3530 (diff) | |
Fallback cubemap turns on when scene has no reflection probe
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features.cginc b/features.cginc index 819a9bf..6b7efcf 100755 --- a/features.cginc +++ b/features.cginc @@ -1,7 +1,7 @@ #ifndef __FEATURES_INC #define __FEATURES_INC -//ifex _Custom_Cubemap_Enabled==0 +//ifex _Custom_Cubemap_Enable_Static==0 #if defined(FORWARD_BASE_PASS) || defined(OUTLINES_PASS) #pragma shader_feature_local _CUSTOM_CUBEMAP #endif |
