fix LineTracking BUG

This commit is contained in:
shuai.li
2026-07-02 18:07:52 +08:00
parent ba94693adc
commit 3846985c82
+1 -1
View File
@@ -285,7 +285,7 @@ namespace MultiWheelC
} }
} }
} }
public void LineTracking(int srcId, int dstId) public void LineTracking(int srcId, float srcX, float dstX, int dstId, float srcY, float dstY)
{ {
while (!TryLock(dstId)) while (!TryLock(dstId))
{ {