mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-11-27 13:42:58 +08:00
fix: 更新变换矩阵错误
This commit is contained in:
parent
bfccb33c88
commit
028e21b6c2
@ -53,9 +53,6 @@ export class MapRender extends RenderItem {
|
||||
|
||||
updateTransform(transform: Transform): void {
|
||||
super.updateTransform(transform);
|
||||
if (transform === this.camera) {
|
||||
this.update();
|
||||
}
|
||||
}
|
||||
|
||||
protected render(canvas: MotaOffscreenCanvas2D): void {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user