mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 06:14:53 +08:00
[ts][phaser-v4] Get correct matrix when context is rendering into framebuffer. See #3009.
This commit is contained in:
parent
c38f27e273
commit
e155ffdf93
@ -379,7 +379,8 @@ export class SpineGameObject extends DepthMixin(
|
||||
let transform = Phaser.GameObjects.GetCalcMatrix(
|
||||
src,
|
||||
camera,
|
||||
parentMatrix
|
||||
parentMatrix,
|
||||
!drawingContext.useCanvas,
|
||||
).calc;
|
||||
let a = transform.a,
|
||||
b = transform.b,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user