Fix per-instance shader parameter classref link in Shading language

This commit is contained in:
Hugo Locurcio
2023-12-16 22:08:28 +01:00
parent 1390e58607
commit 59842e9c35
@@ -1053,7 +1053,7 @@ the inspector:
Setting a per-instance uniform's value in the GeometryInstance3D section of the inspector
Per-instance uniform values can also be set at run-time using
`set_instance_shader_parameter<class_GeometryInstance3D_method_set_instance_shader_parameter>`
:ref:`set_instance_shader_parameter <class_GeometryInstance3D_method_set_instance_shader_parameter>`
method on a node that inherits from :ref:`class_GeometryInstance3D`:
.. code-block:: gdscript