diff options
| author | NutmegStudio <62319714+NutmegStudio@users.noreply.github.com> | 2020-05-30 12:21:24 +0700 |
|---|---|---|
| committer | NutmegStudio <62319714+NutmegStudio@users.noreply.github.com> | 2020-05-30 12:21:24 +0700 |
| commit | a77f633161e5f105a89afbba81056b87319c1aad (patch) | |
| tree | cd59c9bb7c10fc3658be79d64dddb568fbd9b459 /modules/mono/csharp_script.cpp | |
| parent | 0f1da724924fc494bfd316c57757e0e1d7b90143 (diff) | |
| download | redot-engine-a77f633161e5f105a89afbba81056b87319c1aad.tar.gz | |
Fixes building mono release templates
Diffstat (limited to 'modules/mono/csharp_script.cpp')
| -rw-r--r-- | modules/mono/csharp_script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index 958d72adb1..ae25bd3544 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -2688,7 +2688,9 @@ bool CSharpScript::_get_member_export(IMonoClassMember *p_member, bool p_inspect return true; } +#ifdef TOOLS_ENABLED MonoObject *attr = p_member->get_attribute(CACHED_CLASS(ExportAttribute)); +#endif PropertyHint hint = PROPERTY_HINT_NONE; String hint_string; |
