Fix incorrectly formatted note in "GDNative C++ example" page

This commit is contained in:
Michael Alexsander Silva Dias
2018-09-16 17:31:26 -03:00
parent acfd853ad4
commit 4ba009ae41
2 changed files with 6 additions and 4 deletions

View File

@@ -290,9 +290,11 @@ and ``demo``, then run:
You should now be able to find the module in ``demo/bin/<platform>``.
.. note:: Here, we've compiled both godot-cpp and our gdexample library
as debug builds. For optimized builds, you should compile them using
the ``target=release`` switch.
.. note::
Here, we've compiled both godot-cpp and our gdexample library
as debug builds. For optimized builds, you should compile them using
the ``target=release`` switch.
Using the GDNative module
-------------------------