Fixed OS.has_feature not using custom feature tags.

This commit is contained in:
matthew1006
2018-07-18 09:22:59 +01:00
parent 5b7ebf4d04
commit 25e64ffa20
3 changed files with 9 additions and 0 deletions

View File

@ -151,6 +151,8 @@ public:
void set_registering_order(bool p_enable);
bool has_custom_feature(const String &p_feature) const;
ProjectSettings();
~ProjectSettings();
};