@itwin/core-frontend 3.6.0-dev.21 → 3.6.0-dev.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1680,7 +1680,7 @@ export class AccuDraw {
1680
1680
  if (context.viewport.viewFlags.acsTriad) {
1681
1681
  context.viewport.view.auxiliaryCoordinateSystem.display(context, (ACSDisplayOptions.CheckVisible | ACSDisplayOptions.Active));
1682
1682
  if (undefined === this._acsPickId)
1683
- this._acsPickId = context.viewport.iModel.transientIds.next;
1683
+ this._acsPickId = context.viewport.iModel.transientIds.getNext();
1684
1684
  const acsPickBuilder = context.createGraphicBuilder(GraphicType.WorldDecoration, undefined, this._acsPickId);
1685
1685
  const color = ColorDef.blue.adjustedForContrast(context.viewport.view.backgroundColor, 50);
1686
1686
  acsPickBuilder.setSymbology(color, color, 6);