mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge commit godotengine/godot@d2ada64a03
This commit is contained in:
@@ -120,7 +120,7 @@ String GodotIOJavaWrapper::get_temp_dir() {
|
||||
}
|
||||
}
|
||||
|
||||
String GodotIOJavaWrapper::get_user_data_dir() {
|
||||
String GodotIOJavaWrapper::get_user_data_dir(const String &p_user_dir) {
|
||||
if (_get_data_dir) {
|
||||
JNIEnv *env = get_jni_env();
|
||||
ERR_FAIL_NULL_V(env, String());
|
||||
|
||||
Reference in New Issue
Block a user