Skip to content

Commit

Permalink
fix(ReorientationPlugin.d.ts): fix incorrect class name
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Dec 21, 2024
1 parent 207f7db commit 09ee3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/three/ReorientationPlugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export class GLTFExtensionsPlugin {
export class ReorientationPlugin {

constructor( options: {
up: '+x' | '-x' | '+y' | '-y' | '+z' | '-z',
Expand Down

0 comments on commit 09ee3f3

Please sign in to comment.