Skip to content

Commit

Permalink
chore: forgot to save
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 30, 2023
1 parent 9e311fd commit b32900a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ecsact/interpret/eval.cc
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,13 @@ auto find_field_by_full_name(

return ecsact_field_type{
.kind = ECSACT_TYPE_KIND_FIELD_INDEX,
.type = {
.type{
.field_index{
.composite_id = *composite_id,
.field_id = *field_id,
},
}};
},
};
}

template<>
Expand Down

0 comments on commit b32900a

Please sign in to comment.