revert sleeps
Bad Boom!
This commit is contained in:
parent
0a45b35859
commit
81720a75f4
@ -111,7 +111,6 @@ static int RunningThread(void *ptr)
|
||||
myTriggers->LeftRight(0, percentForce, percentLength);
|
||||
myTriggers->Constant(myConstants->DIRECTION_FROM_RIGHT, percentForce);
|
||||
}
|
||||
Sleep(300);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
@ -252,7 +252,6 @@ static int RunningThread(void *ptr)
|
||||
}
|
||||
oldFloat = newFloat;
|
||||
oldFloat1 = newFloat1;
|
||||
Sleep(300);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
@ -148,7 +148,6 @@ static int RunningThread(void *ptr)
|
||||
myTriggers->LeftRight(percentForce, percentForce, percentLength);
|
||||
}
|
||||
oldgear = newgear;
|
||||
Sleep(300);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
@ -252,7 +252,6 @@ static int RunningThread(void *ptr)
|
||||
}
|
||||
}
|
||||
}
|
||||
Sleep(300);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user