Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Exner (FlameLizard) <patrick.exner1@web.de>
  • Loading branch information
Szotyi2501 and paddy-exe authored Jul 18, 2024
1 parent a55bf9a commit daa3010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ loaded for each platform and the entry function for the module. It is called ``g
This file contains a ``configuration`` section that controls the entry function of the module.
You should also set the minimum compatible Godot version with ``compatability_minimum``,
which prevents older version of Godot from trying to load your extension.
The ``reloadable`` flag enables your extension to be automatically loaded by the editor every time you recompile it,
The ``reloadable`` flag enables your extension to be automatically reloaded by the editor every time you recompile it,
without needing to restart the editor. This only works if you compile your extension in debug mode (default).

The ``libraries`` section is the important bit: it tells Godot the location of the
Expand Down

0 comments on commit daa3010

Please sign in to comment.