diff options
Diffstat (limited to 'doc/classes/CompressedTexture2D.xml')
-rw-r--r-- | doc/classes/CompressedTexture2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CompressedTexture2D.xml b/doc/classes/CompressedTexture2D.xml index 5f73b55f69..f74265b8d5 100644 --- a/doc/classes/CompressedTexture2D.xml +++ b/doc/classes/CompressedTexture2D.xml @@ -11,7 +11,7 @@ <methods> <method name="load"> <return type="int" enum="Error" /> - <argument index="0" name="path" type="String" /> + <param index="0" name="path" type="String" /> <description> Loads the texture from the given path. </description> |