浏览代码

Fix false error when exporting enum in c#

Ryan Schmitt 6 年之前
父节点
当前提交
366c7e0f48
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/mono/mono_gd/gd_mono_field.cpp

+ 2 - 0
modules/mono/mono_gd/gd_mono_field.cpp

@@ -223,6 +223,8 @@ void GDMonoField::set_value_from_variant(MonoObject *p_object, const Variant &p_
 						ERR_FAIL();
 					}
 				}
+
+				break;
 			}
 
 			ERR_EXPLAIN(String() + "Attempted to set the value of a field of unmarshallable type: " + tclass->get_name());