Merge pull request #77187 from BastiaanOlij/fix_typo_debug_shadow_splits
Fix a typo in the debug shadow split renderer
This commit is contained in:
commit
18112ba368
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ void fragment() {
|
|||
|
||||
shader_type spatial;
|
||||
|
||||
render_mode debug_shadow_splits.
|
||||
render_mode debug_shadow_splits;
|
||||
|
||||
void fragment() {
|
||||
ALBEDO = vec3(1.0, 1.0, 1.0);
|
||||
|
|
Loading…
Reference in a new issue