mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-05-15 21:44:00 +00:00
修复00ff00在mac上显示颜色很暗的bug,可能是环境问题导致的
This commit is contained in:
parent
42f74e587d
commit
0d9bddd4c7
@ -343,7 +343,7 @@ export class Inspector extends InjectEvent {
|
||||
}
|
||||
private calcColor(node: any) {
|
||||
if (node._prefab) {
|
||||
return "#00ff00ff";
|
||||
return "#01ff01ff";
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user