diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 10:41:20 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 10:41:20 -0300 |
commit | d3eb9e8c54d4a93b2bed90a5988f9814377d409f (patch) | |
tree | a8586037e25eb481fb386745bbcd9a63ced46898 /platform/windows/export/export.h | |
parent | 36d620c633be55ac402892bce816d4a9b4d67bee (diff) | |
download | redot-engine-d3eb9e8c54d4a93b2bed90a5988f9814377d409f.tar.gz |
-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260
Diffstat (limited to 'platform/windows/export/export.h')
-rw-r--r-- | platform/windows/export/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/export/export.h b/platform/windows/export/export.h index 702acc04b2..2424efc861 100644 --- a/platform/windows/export/export.h +++ b/platform/windows/export/export.h @@ -29,7 +29,7 @@ protected: void _get_property_list( List<PropertyInfo> *p_list) const; public: - Error export_project(const String& p_path, bool p_debug, bool p_dumb=false, bool p_remote_debug=false); + Error export_project(const String& p_path, bool p_debug,int p_flags=0); EditorExportPlatformWindows(); }; |