Skip to content

Commit

Permalink
Add uint32_t type
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Dec 11, 2023
1 parent 351a98e commit 98f3a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions component-explorer/component_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ show_field_int16 = show_field_int
show_field_uint16 = show_field_int
show_field_int32 = show_field_int
show_field_uint32 = show_field_int
show_field_uint32_t = show_field_int
show_field_AudioSourceHandle = show_field_int
show_field_EntityTypeID = show_field_int
show_field_LensValue_int = show_field_int
Expand Down
2 changes: 1 addition & 1 deletion components.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ end
{% set supported_fields = [
"bool", "LensValue_bool",
"float", "double", "LensValue_float",
"int", "unsignedint", "int16", "uint16", "int32", "uint32", "int64", "uint64", "LensValue_int",
"int", "unsignedint", "int16", "uint16", "int32", "uint32", "uint32_t", "int64", "uint64", "LensValue_int",
"AudioSourceHandle",
"types_vector2", "vec2", "ivec2",
"types_aabb",
Expand Down

0 comments on commit 98f3a39

Please sign in to comment.