Skip to content

Commit

Permalink
Update screenshot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arpu authored Feb 1, 2024
1 parent ff4ecb0 commit 6a910b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scene/screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports.Component = registerComponent('screenshot', {
self.ctx = self.canvas.getContext('2d');
el.object3D.add(self.quad);
self.onKeyDown = self.onKeyDown.bind(self);
}
}
},

Check failure on line 81 in src/components/scene/screenshot.js

View workflow job for this annotation

GitHub Actions / Test Cases (16.x, latest)

Trailing spaces not allowed
getRenderTarget: function (width, height) {
Expand Down

0 comments on commit 6a910b1

Please sign in to comment.