You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Move singleton management from ProjectSettings to Engine
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user