Fixed cs types
This commit is contained in:
parent
477f2439c2
commit
6e6d22f9c8
|
@ -1,3 +1,3 @@
|
|||
{%- macro ecs_component_field(obj, field) -%}
|
||||
public {{field.type}} {{field.name}};
|
||||
public {{field.type|cs_type}} {{field.name}};
|
||||
{%- endmacro -%}
|
Loading…
Reference in New Issue