Skip to content

Commit

Permalink
BoxDrawingSpec: set scale to 1
Browse files Browse the repository at this point in the history
Scaling to 0 triggers the debug
asserts in Cesium.
  • Loading branch information
pjonsson committed Jan 3, 2025
1 parent 4841217 commit 2d56405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Models/BoxDrawingSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("BoxDrawing", function () {
new TranslationRotationScale(
Cartesian3.ZERO,
Quaternion.IDENTITY,
Cartesian3.ZERO
Cartesian3.ONE
)
);
expect(boxDrawing).toBeDefined();
Expand Down

0 comments on commit 2d56405

Please sign in to comment.