File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/platform/android Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,11 +354,11 @@ For example::
354354 else:
355355 printerr("Initialization error")
356356
357- Support using the gdextension functionality in the Godot Editor
357+ Support using the GDExtension functionality in the Godot Editor
358358^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
359359
360- If planning to use the gdextension functionality in the Godot Editor, it is recommended that the
361- gdextension 's native binaries are compiled not just for Android, but also for the OS onto which
360+ If planning to use the GDExtension functionality in the Godot Editor, it is recommended that the
361+ GDExtension 's native binaries are compiled not just for Android, but also for the OS onto which
362362developers / users intend to run the Godot Editor. Not doing so may prevent developers /
363363users from writing code that accesses the plugin from within the Godot Editor.
364364
You can’t perform that action at this time.
0 commit comments