mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Move export GUI debug toggle to export settings window
This commit is contained in:
@@ -251,7 +251,7 @@ public:
|
||||
virtual String get_device_info(int p_device) const;
|
||||
virtual Error run(int p_device,int p_flags=0);
|
||||
|
||||
virtual bool requieres_password(bool p_debug) const { return !p_debug; }
|
||||
virtual bool requires_password(bool p_debug) const { return !p_debug; }
|
||||
virtual String get_binary_extension() const { return "apk"; }
|
||||
virtual Error export_project(const String& p_path, bool p_debug, int p_flags=0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user