Skip to content

Commit 6c63653

Browse files
committed
Use UINT32 for certain indices
(cherry picked from commit 4a6ce39) (cherry picked from commit d9b3d90) (cherry picked from commit b12e274) (cherry picked from commit 90bb3bf)
1 parent d37694c commit 6c63653

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/symbol/symbol_instances.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const SymbolInstancesArray = createStructArrayType({
1919
{ type: 'Uint16', name: 'textBoxEndIndex' },
2020
{ type: 'Uint16', name: 'iconBoxStartIndex' },
2121
{ type: 'Uint16', name: 'iconBoxEndIndex' },
22-
{ type: 'Uint16', name: 'glyphQuadStartIndex' },
23-
{ type: 'Uint16', name: 'glyphQuadEndIndex' },
24-
{ type: 'Uint16', name: 'iconQuadStartIndex' },
25-
{ type: 'Uint16', name: 'iconQuadEndIndex' },
22+
{ type: 'Uint32', name: 'glyphQuadStartIndex' },
23+
{ type: 'Uint32', name: 'glyphQuadEndIndex' },
24+
{ type: 'Uint32', name: 'iconQuadStartIndex' },
25+
{ type: 'Uint32', name: 'iconQuadEndIndex' },
2626

2727
// each symbolInstance is centered around the anchor point
2828
{ type: 'Int16', name: 'anchorPointX' },

0 commit comments

Comments
 (0)