mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts] Formatting.
This commit is contained in:
parent
9697fb2891
commit
0566f2aee5
@ -286,7 +286,7 @@ export class SkeletonRenderer {
|
||||
continue;
|
||||
}
|
||||
|
||||
const texture = attachment.region ?.texture as CanvasKitTexture;
|
||||
const texture = attachment.region?.texture as CanvasKitTexture;
|
||||
if (texture) {
|
||||
let uvs = attachment.uvs;
|
||||
let scaledUvs: NumberArrayLike;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user