Selaa lähdekoodia

Merge pull request #2670 from YeldhamDev/gdnative_c_image_fix

Fix invalid image in "GDNative C example" page
Rémi Verschelde 6 vuotta sitten
vanhempi
commit
dd6ea37b85
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 all three libraries, you should have something like this:
 
-.. image:: img/gdnativelibrary_complete.png
+.. image:: img/gdnativelibrary_editor_complete.png
 
 Saving the resource
 ~~~~~~~~~~~~~~~~~~~