Skip to content

Commit d08a112

Browse files
authored
debug-renderer and occlusion-query is not wechatPlugin (#12366)
1 parent ca26b20 commit d08a112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

editor/engine-features/render-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"label": "i18n:ENGINE.features.occlusion_query.label",
134134
"description": "i18n:ENGINE.features.occlusion_query.description",
135135
"native": "USE_OCCLUSION_QUERY",
136-
"wechatPlugin": true,
136+
"wechatPlugin": false,
137137
"category": "3d"
138138
},
139139
"geometry-renderer": {
@@ -149,7 +149,7 @@
149149
"label": "i18n:ENGINE.features.debug_renderer.label",
150150
"description": "i18n:ENGINE.features.debug_renderer.description",
151151
"native": "USE_DEBUG_RENDERER",
152-
"wechatPlugin": true,
152+
"wechatPlugin": false,
153153
"category": "3d"
154154
},
155155
"particle-2d": {

0 commit comments

Comments
 (0)