[Web] Update npm packages

This commit is contained in:
Fabio Alessandrelli
2023-07-31 21:35:23 +02:00
parent 262d1eaa63
commit 61e7d47344
3 changed files with 1178 additions and 2975 deletions
+1 -1
View File
@@ -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;