1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

[Web] Update npm packages

(cherry picked from commit 61e7d47344)
This commit is contained in:
Fabio Alessandrelli
2023-07-31 21:35:23 +02:00
committed by Yuri Sizov
parent e65172237c
commit 4355bf9cf3
3 changed files with 1178 additions and 2975 deletions

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;