Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Nov 12, 2024
1 parent 5b0eb45 commit b005e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/render/VoxelRenderer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { mat4 } from 'gl-matrix'
import { Vector } from '../math/index.js'
import type { Color } from '../util/Color.js'
import type { Color } from '../util/index.js'
import { mutateWithDefault } from '../util/index.js'
import { Mesh } from './Mesh.js'
import { Quad } from './Quad.js'
Expand Down
2 changes: 1 addition & 1 deletion src/render/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export * from './BlockDefinition.js'
export * from './BlockModel.js'
export * from './ChunkBuilder.js'
export * from './Cull.js'
export * from './ItemColors.js'
export * from './ItemRenderer.js'
export * from './Line.js'
export * from './Mesh.js'
Expand All @@ -15,3 +14,4 @@ export * from './StructureRenderer.js'
export * from './TextureAtlas.js'
export * from './Vertex.js'
export * from './VoxelRenderer.js'

0 comments on commit b005e8a

Please sign in to comment.