1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

missnig ;

This commit is contained in:
Juan Linietsky
2016-07-02 16:04:00 -03:00
committed by GitHub
parent f9bd038ca7
commit 1726bacf78

View File

@@ -731,7 +731,7 @@ String OS_Android::get_data_dir() const {
//restore original dir so we don't mess things up
chdir(real_current_dir_name);
return data_dir_cache
return data_dir_cache;
}