Fixed cs types

This commit is contained in:
a.samsonkin 2023-01-25 15:12:02 +03:00
parent 477f2439c2
commit 6e6d22f9c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{%- macro ecs_component_field(obj, field) -%}
public {{field.type}} {{field.name}};
public {{field.type|cs_type}} {{field.name}};
{%- endmacro -%}