You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Removed unnecessary assignments
This commit is contained in:
committed by
Rémi Verschelde
parent
4b277c2c20
commit
a22e746bc3
@@ -153,7 +153,6 @@ String DirAccessJAndroid::get_current_dir() {
|
||||
|
||||
bool DirAccessJAndroid::file_exists(String p_file) {
|
||||
|
||||
JNIEnv *env = ThreadAndroid::get_env();
|
||||
String sd;
|
||||
if (current_dir == "")
|
||||
sd = p_file;
|
||||
|
||||
Reference in New Issue
Block a user