Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed May 27, 2024
1 parent 7570059 commit 0f91bd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class AxisThreeView extends GroupThreeView {

private readonly _corners: Vector3[];
private readonly _faceCenters: Vector3[];
private readonly _sceneBoundingBox: Box3 = new Box3().makeEmpty(); // Cashe the bounding box of the scene
private readonly _sceneBoundingBox: Box3 = new Box3().makeEmpty(); // Cache the bounding box of the scene
private readonly _expandedSceneBoundingBox: Range3 = new Range3();

// ==================================================
Expand Down

0 comments on commit 0f91bd0

Please sign in to comment.