Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeng-song committed Jul 17, 2024
1 parent f9d97af commit 156ea16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cocos/spine/lib/spine-core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ declare namespace spine {
static filterFromString(text: string): TextureFilter;
static wrapFromString(text: string): TextureWrap;
}
/* eslint-disable @typescript-eslint/no-duplicate-enum-values */
enum TextureFilter {
Nearest = 9728,
Linear = 9729,
Expand All @@ -784,7 +783,6 @@ declare namespace spine {
MipMapNearestLinear = 9986,
MipMapLinearLinear = 9987

Check failure on line 784 in cocos/spine/lib/spine-core.d.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Duplicate enum member value 9987
}
/* eslint-enable @typescript-eslint/no-duplicate-enum-values */
enum TextureWrap {
MirroredRepeat = 33648,
ClampToEdge = 33071,
Expand Down

0 comments on commit 156ea16

Please sign in to comment.