fix LineTracking

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