Re-enable drawing Pips.
This commit is contained in:
parent
0311a27a53
commit
be14e161ae
@ -484,9 +484,9 @@ DecalXY Arch::getWireDecal(WireId wire) const
|
|||||||
DecalXY Arch::getPipDecal(PipId pip) const
|
DecalXY Arch::getPipDecal(PipId pip) const
|
||||||
{
|
{
|
||||||
DecalXY decalxy;
|
DecalXY decalxy;
|
||||||
// decalxy.decal.type = DecalId::TYPE_PIP;
|
decalxy.decal.type = DecalId::TYPE_PIP;
|
||||||
// decalxy.decal.index = pip.index;
|
decalxy.decal.index = pip.index;
|
||||||
// decalxy.decal.active = pip_to_net.at(pip.index) != IdString();
|
decalxy.decal.active = pip_to_net.at(pip.index) != IdString();
|
||||||
return decalxy;
|
return decalxy;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user