mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 06:03:38 +00:00
Fix a typo in the debug shadow split renderer
This commit is contained in:
parent
da21cb7042
commit
dae58dd187
@ -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