Skip to content

Commit

Permalink
fix(drawing): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
VicKun4937 committed Nov 18, 2024
1 parent 75010ff commit f8ab616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine-render/src/scene.transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class Transformer extends Disposable implements ITransformerConfig {
super();
this._initialProps(config);
}

updateZeroPoint(left: number, top: number) {
this.zeroLeft = left;
this.zeroTop = top;
Expand Down

0 comments on commit f8ab616

Please sign in to comment.