fix LineTracking
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user