Skip to content

Commit

Permalink
MMDExporter: use lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Oct 9, 2023
1 parent 0251640 commit 42a4a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exporters/MMDExporter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Matrix4, Quaternion, Vector3, Bone, SkinnedMesh } from 'three'
// @ts-ignore
import { CharsetEncoder } from 'mmd-parser'
import { CharsetEncoder } from '../libs/mmdparser'

/**
* Dependencies
Expand Down

0 comments on commit 42a4a8f

Please sign in to comment.