Merge pull request #1025 from Spartan322/4.4-add/required-redot-feature

[4.4] Add Redot as a project feature to protect Redot projects
This commit is contained in:
George L. Albany
2025-05-08 15:48:11 +00:00
committed by GitHub

View File

@@ -80,6 +80,7 @@ String ProjectSettings::get_imported_files_path() const {
const PackedStringArray ProjectSettings::get_required_features() {
PackedStringArray features;
features.append(VERSION_BRANCH);
features.append("Redot");
#ifdef REAL_T_IS_DOUBLE
features.append("Double Precision");
#endif