diff --git a/editor/shader_create_dialog.cpp b/editor/shader_create_dialog.cpp index 33da3dd10c..155e573593 100644 --- a/editor/shader_create_dialog.cpp +++ b/editor/shader_create_dialog.cpp @@ -164,8 +164,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; @@ -180,8 +180,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;