瀏覽代碼

Remove additional newline in Introduction to shaders

This newline creates an unwanted paragraph.
Jerome Canler 3 年之前
父節點
當前提交
6b2b865c75
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tutorials/shaders/introduction_to_shaders.rst

+ 0 - 1
tutorials/shaders/introduction_to_shaders.rst

@@ -133,7 +133,6 @@ Fragment processor
 ^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^
 
 
 The ``fragment()`` processing function is used to set up the Godot material
 The ``fragment()`` processing function is used to set up the Godot material
-
 parameters per pixel. This code runs on every visible pixel the object or
 parameters per pixel. This code runs on every visible pixel the object or
 primitive draws. It is only available in ``spatial`` and ``canvas_item`` shaders.
 primitive draws. It is only available in ``spatial`` and ``canvas_item`` shaders.