Skip to content

Commit

Permalink
fixup! Support for OffscreenCanvas in Web Workers playcanvas#2481
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfranzl committed Mar 25, 2023
1 parent 7a7bbff commit c185bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const platform = {
browser: environment === 'browser',

/**
* Convenience boolean indicating whether we're running in a Web Worker
* Convenience boolean indicating whether we're running in a Web Worker.
*
* @type {boolean}
*/
Expand Down

0 comments on commit c185bf4

Please sign in to comment.