Skip to content

Commit

Permalink
Update dlc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 1, 2024
1 parent d19ed7d commit 6cc0eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dlc.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ dlc.Container = class {
case 0x0008: return 'int8';
case 0x0016: return 'int16';
case 0x0032: return 'int32';
case 0x0064: return 'int64';
case 0x0108: return 'int8';
case 0x0132: return 'int32';
case 0x0216: return 'float16';
Expand Down

0 comments on commit 6cc0eec

Please sign in to comment.