Do not fail if major performance caveat and WebGL was requested
This commit is contained in:
@@ -287,7 +287,7 @@ class HTML5Window
|
||||
premultipliedAlpha: true,
|
||||
stencil: Reflect.hasField(contextAttributes, "stencil") ? contextAttributes.stencil : false,
|
||||
preserveDrawingBuffer: false,
|
||||
failIfMajorPerformanceCaveat: true
|
||||
failIfMajorPerformanceCaveat: false
|
||||
};
|
||||
|
||||
var glContextType = ["webgl", "experimental-webgl"];
|
||||
|
||||
Reference in New Issue
Block a user