Fix documentation 2d/3d mixups

This commit is contained in:
RedMser
2023-01-17 21:34:10 +01:00
parent f0326297b3
commit ec4f9f5e2d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<param index="0" name="name" type="String" />
<param index="1" name="create_callback" type="Callable" />
<description>
Register a [PhysicsServer3D] implementation by passing a [param name] and a [Callable] that returns a [PhysicsServer2D] object.
Register a [PhysicsServer3D] implementation by passing a [param name] and a [Callable] that returns a [PhysicsServer3D] object.
</description>
</method>
<method name="set_default_server">