Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroprod committed May 3, 2024
1 parent 06ce1bd commit 98b9d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/Renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default class Renderer {
if (t.label == "canvasColor" || t.label == "canvasDepth") {
t.resize(this.width, this.height);
} else {
t.resize(this.width / this.pixelRatio, this.height / this.pixelRatio);
t.resize(this.width , this.height);
}
}
this.notifyResizables()
Expand Down

0 comments on commit 98b9d32

Please sign in to comment.