You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Use ScriptExportMode enum in EditorExportPreset
This commit is contained in:
@@ -219,7 +219,7 @@ class ProjectExportDialog : public ConfirmationDialog {
|
||||
void _script_encryption_key_visibility_changed(bool p_visible);
|
||||
bool _validate_script_encryption_key(const String &p_key);
|
||||
|
||||
void _script_export_mode_changed(int p_mode);
|
||||
void _script_export_mode_changed(EditorExportPreset::ScriptExportMode p_mode);
|
||||
|
||||
void _open_key_help_link();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user