mirror of
https://github.com/galacean/engine.git
synced 2026-07-01 02:44:22 +08:00
fix: miniprogram cannot recognize htmlcanvaselement (#914)
* fix: miniprogram cannot recognize htmlcanvaselement
This commit is contained in:
@@ -35,7 +35,8 @@ const adapterArray = [
|
||||
"WebGLRenderingContext",
|
||||
"WebGL2RenderingContext",
|
||||
"ImageData",
|
||||
"location"
|
||||
"location",
|
||||
"OffscreenCanvas"
|
||||
];
|
||||
const adapterVars = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user