You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
committed by
Yuri Sizov
parent
e65172237c
commit
4355bf9cf3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user