Fix moving Signal IPs (no duplicate IPs)
This commit is contained in:
parent
f2c2aad329
commit
2ba75784c2
|
@ -552,6 +552,7 @@ end
|
||||||
|
|
||||||
-- set signal assignment.
|
-- set signal assignment.
|
||||||
function ildb.set_ip_signal(pts, connid, spos)
|
function ildb.set_ip_signal(pts, connid, spos)
|
||||||
|
ildb.clear_ip_by_signalpos(spos)
|
||||||
if not influence_points[pts] then
|
if not influence_points[pts] then
|
||||||
influence_points[pts] = {}
|
influence_points[pts] = {}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue