mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 03:51:37 +08:00
Formatting
This commit is contained in:
parent
0d443644c5
commit
f1c13462c1
@ -56,7 +56,7 @@ export class GLTexture extends Texture implements Disposable, Restorable {
|
||||
}
|
||||
|
||||
static validateMagFilter (magFilter: TextureFilter) {
|
||||
switch (magFilter) {
|
||||
switch (magFilter) {
|
||||
case TextureFilter.MipMapLinearLinear:
|
||||
case TextureFilter.MipMapLinearNearest:
|
||||
case TextureFilter.MipMapNearestLinear:
|
||||
@ -68,7 +68,7 @@ export class GLTexture extends Texture implements Disposable, Restorable {
|
||||
}
|
||||
|
||||
static usesMipMaps (filter: TextureFilter) {
|
||||
switch (filter) {
|
||||
switch (filter) {
|
||||
case TextureFilter.MipMapLinearLinear:
|
||||
case TextureFilter.MipMapLinearNearest:
|
||||
case TextureFilter.MipMapNearestLinear:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user