Skip to content

Commit

Permalink
Update src/visGeometry/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Peyton Lee <[email protected]>
  • Loading branch information
meganrm and ShrimpCryptid authored Nov 28, 2023
1 parent cfa6c50 commit c715abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visGeometry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ class VisGeometry {

private getColorIdForTypeId(typeId: number): number {
/**
* returns the index into numberOfColors (colorId). No conversion
* returns the index in terms of numberOfColors (colorId). No conversion
* is necessary because idColorMapping is also using this index
*/
const index = this.idColorMapping.get(typeId);
Expand Down

0 comments on commit c715abe

Please sign in to comment.