Fixing template typo
This commit is contained in:
parent
e6aa0a0d53
commit
a12644063f
|
@ -544,7 +544,7 @@ public class {{o.name}} : IRpc
|
|||
return false;
|
||||
{%- endif -%}
|
||||
{% else ~%}
|
||||
if(a.{{f.name}} != b.{{f.name}}))
|
||||
if(a.{{f.name}} != b.{{f.name}})
|
||||
{% if has_token(o, 'bitfields') ~%}
|
||||
{
|
||||
Meta.SetFieldDirty(ref a.fields_mask, {{field_idx}});
|
||||
|
|
Loading…
Reference in New Issue