1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Move export GUI debug toggle to export settings window

(cherry picked from commit ab4caa7953)
This commit is contained in:
eska
2016-04-28 02:39:52 +02:00
committed by Rémi Verschelde
parent 3a3f56689e
commit 91461b588d
10 changed files with 65 additions and 21 deletions

View File

@@ -86,7 +86,7 @@ public:
virtual String get_device_info(int p_device) const { return "Run exported HTML in the system's default browser."; }
virtual Error run(int p_device,int p_flags=0);
virtual bool requieres_password(bool p_debug) const { return false; }
virtual bool requires_password(bool p_debug) const { return false; }
virtual String get_binary_extension() const { return "html"; }
virtual Error export_project(const String& p_path,bool p_debug,int p_flags=0);