mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix incorrectly formatted note in "GDNative C++ example" page
This commit is contained in:
@@ -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
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user