mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
[cpp] Fixed atlas page texture filter parsing.
This commit is contained in:
parent
e5c21658b8
commit
bd9c33e046
@ -48,6 +48,7 @@ enum Format {
|
||||
};
|
||||
|
||||
enum TextureFilter {
|
||||
TextureFilter_Unknown,
|
||||
TextureFilter_Nearest,
|
||||
TextureFilter_Linear,
|
||||
TextureFilter_MipMap,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user