mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
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
@ -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 New Issue
Block a user