Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 1, 2023
1 parent e610ffc commit a6aa3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/scene/LODManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
InstancedMesh,
Mesh,
} from "@babylonjs/core";
import _, { size } from "lodash";
import _ from "lodash";
import Log from "../debugging/log";

// TODO: Move these types and consts to a central types file for Vircadia: vircadia/types (repo)
Expand Down

0 comments on commit a6aa3ee

Please sign in to comment.