You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
committed by
Rémi Verschelde
parent
03a6fe6489
commit
947c87d717
@@ -2155,6 +2155,8 @@ public:
|
|||||||
if (!installed_android_build_template) {
|
if (!installed_android_build_template) {
|
||||||
|
|
||||||
err += TTR("Android build template not installed in the project. Install it from the Project menu.") + "\n";
|
err += TTR("Android build template not installed in the project. Install it from the Project menu.") + "\n";
|
||||||
|
} else {
|
||||||
|
r_missing_templates = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
valid = installed_android_build_template && !r_missing_templates;
|
valid = installed_android_build_template && !r_missing_templates;
|
||||||
|
|||||||
Reference in New Issue
Block a user