diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-24 00:16:32 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-24 00:16:32 -0700 |
| commit | e19bf2d07048bf1b6a9c636380c52f44336c81e8 (patch) | |
| tree | 0a70e23ff0410dd3f331e05d4163c36ffc3f0d53 /features.cginc | |
| parent | 51930cd07ac1a17a05b9848ac8d6639170b3d571 (diff) | |
Pull in letter grid gimmick from 2ner
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index c94f7ab..61b59e0 100755 --- a/features.cginc +++ b/features.cginc @@ -226,4 +226,8 @@ #pragma shader_feature_local _CLOTH //endex +//ifex _Letter_Grid_Enabled==0 +#pragma shader_feature_local _LETTER_GRID +//endex + #endif // __FEATURES_INC |
