diff --git a/editor/shader_create_dialog.cpp b/editor/shader_create_dialog.cpp index 846e8867a157..a9dbe8e2c8e7 100644 --- a/editor/shader_create_dialog.cpp +++ b/editor/shader_create_dialog.cpp @@ -163,8 +163,8 @@ void fragment() { } //void light() { - // Called for every pixel for every light affecting the material. - // Uncomment to replace the default light processing function with this one. +// // Called for every pixel for every light affecting the material. +// // Uncomment to replace the default light processing function with this one. //} )"; break; @@ -179,8 +179,8 @@ void fragment() { } //void light() { - // Called for every pixel for every light affecting the CanvasItem. - // Uncomment to replace the default light processing function with this one. +// // Called for every pixel for every light affecting the CanvasItem. +// // Uncomment to replace the default light processing function with this one. //} )"; break;