mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename OS::get_data_dir to OS::get_user_data_dir
Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring.
This commit is contained in:
@@ -73,7 +73,7 @@ void OS_Server::initialize(const VideoMode &p_desired, int p_video_driver, int p
|
||||
|
||||
input = memnew(InputDefault);
|
||||
|
||||
_ensure_data_dir();
|
||||
_ensure_user_data_dir();
|
||||
}
|
||||
void OS_Server::finalize() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user