Merge pull request #45622 from WeaselShoppe/3.2

lightmap capture broken on webgl1.0
This commit is contained in:
Rémi Verschelde 2021-02-01 08:20:44 +01:00 committed by GitHub
commit 3502a5bc36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ vec4 texture2D_bicubic(sampler2D tex, vec2 uv) {
#endif
#ifdef USE_LIGHTMAP_CAPTURE
uniform mediump vec4[12] lightmap_captures;
uniform mediump vec4 lightmap_captures[12];
uniform bool lightmap_capture_sky;
#endif