mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Move singleton management from ProjectSettings to Engine
This commit is contained in:
parent
3732b2318e
commit
9b7b46143d
25 changed files with 130 additions and 109 deletions
|
|
@ -641,7 +641,7 @@ String OS_Android::get_data_dir() const {
|
|||
}
|
||||
|
||||
return ".";
|
||||
//return ProjectSettings::get_singleton()->get_singleton_object("GodotOS")->call("get_data_dir");
|
||||
//return Engine::get_singleton()->get_singleton_object("GodotOS")->call("get_data_dir");
|
||||
}
|
||||
|
||||
void OS_Android::set_screen_orientation(ScreenOrientation p_orientation) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue