mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-12 05:01:03 +00:00
修复3.8.4无法显示inspect的bug
This commit is contained in:
parent
2e1112f526
commit
9c33219a72
@ -122,7 +122,7 @@ export class HintV3 extends HintAdapter {
|
||||
return camera;
|
||||
}
|
||||
private getLayerID() {
|
||||
return cc.Layers.Enum.GIZMOS;
|
||||
return cc.Layers.Enum.UI_2D;
|
||||
}
|
||||
getRectPoints(node: any): RectPoints | null {
|
||||
if (!node.worldPosition) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user