1
0
Fork 0

Merge pull request #100711 from spoxii/patch/gltfstate_link_typo

Remove trailing double quote from link in GLTFState class documentation
This commit is contained in:
Rémi Verschelde 2024-12-22 00:10:22 +01:00
commit 0454122b3c
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</description> </description>
<tutorials> <tutorials>
<link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link> <link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>
<link title="glTF asset header schema">https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json"</link> <link title="glTF asset header schema">https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json</link>
</tutorials> </tutorials>
<methods> <methods>
<method name="add_used_extension"> <method name="add_used_extension">