修复00ff00在mac上显示颜色很暗的bug,可能是环境问题导致的

This commit is contained in:
xu_yanfeng 2025-04-29 16:53:08 +08:00
parent 42f74e587d
commit 0d9bddd4c7

View File

@ -343,7 +343,7 @@ export class Inspector extends InjectEvent {
}
private calcColor(node: any) {
if (node._prefab) {
return "#00ff00ff";
return "#01ff01ff";
} else {
return "";
}