Fixing CI
This commit is contained in:
parent
4b89e08ea6
commit
cd2873e9d3
4 changed files with 6 additions and 10 deletions
|
@ -32,7 +32,7 @@ class WaScaleManager {
|
|||
const style = this.scaleManager.canvas.style;
|
||||
style.width = Math.ceil(realSize.width / devicePixelRatio) + 'px';
|
||||
style.height = Math.ceil(realSize.height / devicePixelRatio) + 'px';
|
||||
};
|
||||
}
|
||||
|
||||
public get zoomModifier(): number {
|
||||
return this.hdpiManager.zoomModifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue