浏览代码

Merge pull request #2670 from YeldhamDev/gdnative_c_image_fix

Fix invalid image in "GDNative C example" page
Rémi Verschelde 6 年之前
父节点
当前提交
dd6ea37b85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/plugins/gdnative/gdnative-c-example.rst

+ 1 - 1
tutorials/plugins/gdnative/gdnative-c-example.rst

@@ -463,7 +463,7 @@ For our example, we only built libraries for Linux, macOS and/or Windows, so you
 can link them in the relevant fields by clicking the folder button. If you built
 can link them in the relevant fields by clicking the folder button. If you built
 all three libraries, you should have something like this:
 all three libraries, you should have something like this:
 
 
-.. image:: img/gdnativelibrary_complete.png
+.. image:: img/gdnativelibrary_editor_complete.png
 
 
 Saving the resource
 Saving the resource
 ~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~