summaryrefslogtreecommitdiff
path: root/doc/classes/ImmediateGeometry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ImmediateGeometry.xml')
-rw-r--r--doc/classes/ImmediateGeometry.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ImmediateGeometry.xml b/doc/classes/ImmediateGeometry.xml
index bb58192313..710e929d1a 100644
--- a/doc/classes/ImmediateGeometry.xml
+++ b/doc/classes/ImmediateGeometry.xml
@@ -38,7 +38,7 @@
</return>
<argument index="0" name="primitive" type="int" enum="Mesh.PrimitiveType">
</argument>
- <argument index="1" name="texture" type="Texture" default="null">
+ <argument index="1" name="texture" type="Texture2D" default="null">
</argument>
<description>
Begin drawing (and optionally pass a texture override). When done call [method end]. For more information on how this works, search for [code]glBegin()[/code] and [code]glEnd()[/code] references.