mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[phaser] Remove superfluous assignment.
This commit is contained in:
parent
4892bceb66
commit
a64a81f96f
@ -328,8 +328,6 @@ class SpineAtlasFile extends Phaser.Loader.MultiFile {
|
|||||||
extension: "atlas"
|
extension: "atlas"
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this.premultipliedAlpha = premultipliedAlpha;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onFileComplete (file: Phaser.Loader.File) {
|
onFileComplete (file: Phaser.Loader.File) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user