瀏覽代碼

Fix classref warning

See godotengine/godot#35501.
Rémi Verschelde 5 年之前
父節點
當前提交
ad8e14cdbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      classes/class_spatialmaterial.rst

+ 1 - 1
classes/class_spatialmaterial.rst

@@ -1127,7 +1127,7 @@ Distance at which the object starts to fade. If the object is less than this dis
 | *Getter*  | get_distance_fade()      |
 +-----------+--------------------------+
 
-Specifies which type of fade to use. Can be any of the :ref:`DistanceFadeMode<enum_SpatialMaterial_DistanceFadeMode>`s.
+Specifies which type of fade to use. Can be any of the :ref:`DistanceFadeMode<enum_SpatialMaterial_DistanceFadeMode>`\ s.
 
 ----