You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix issue with get_current_dir() returning the wrong path on Android
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
|
||||
virtual int get_drive_count() override;
|
||||
virtual String get_drive(int p_drive) override;
|
||||
virtual String get_current_dir(bool p_include_drive = true) const override; ///< return current dir location
|
||||
|
||||
virtual Error change_dir(String p_dir) override; ///< can be relative or absolute, return false on success
|
||||
|
||||
|
||||
Reference in New Issue
Block a user