[go: nahoru, domu]

Skip to content

Commit

Permalink
Update xmodel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jan 5, 2022
1 parent b908734 commit ae02494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/xmodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ xmodel.Utility = class {
case 'bool': return { type: 'boolean', value: value };
case 'int32': return { type: 'int32', value: value };
case 'int32_vec': return { type: 'int32[]', value: value.value };
case 'int64': return { type: 'int64', value: value };
case 'uint64': return { type: 'uint64', value: value };
case 'float': return { type: 'float32', value: value };
case 'float_vec': return { type: 'float32[]', value: value.value };
Expand Down

0 comments on commit ae02494

Please sign in to comment.