Skip to content

Commit

Permalink
Merge pull request #80092 from Faless/web/npm_update
Browse files Browse the repository at this point in the history
[Web] Update npm packages
  • Loading branch information
YuriSizov committed Aug 2, 2023
2 parents 24049b6 + 61e7d47 commit 49305df
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 2,953 deletions.
2 changes: 1 addition & 1 deletion platform/web/js/libs/library_godot_webgl2.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const GodotWebGL2 = {
if (typeof context.multiviewExt === 'undefined') {
const /** OVR_multiview2 */ ext = context.GLctx.getExtension('OVR_multiview2');
if (!ext) {
console.error('Trying to call glFramebufferTextureMultiviewOVR() without the OVR_multiview2 extension');
GodotRuntime.error('Trying to call glFramebufferTextureMultiviewOVR() without the OVR_multiview2 extension');
return;
}
context.multiviewExt = ext;
Expand Down
Loading

0 comments on commit 49305df

Please sign in to comment.