Skip to content

Commit

Permalink
Removed unused enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-0-Arora committed Jul 15, 2024
1 parent 570f40f commit 671f519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fission/src/mirabuf/MirabufInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export enum MaterialStyle {
Regular = 0,
Normals = 1,
Toon = 2,
Transparent = 3,
}

export const matToString = (mat: THREE.Matrix4) => {
Expand Down

0 comments on commit 671f519

Please sign in to comment.