1
0
mirror of synced 2025-02-17 10:58:36 +01:00

revert sleeps

Bad Boom!
This commit is contained in:
Aaron M 2019-10-07 21:41:47 +13:00
parent 0a45b35859
commit 81720a75f4
4 changed files with 0 additions and 4 deletions

View File

@ -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;
}

View File

@ -252,7 +252,6 @@ static int RunningThread(void *ptr)
}
oldFloat = newFloat;
oldFloat1 = newFloat1;
Sleep(300);
}
return 0;
}

View File

@ -148,7 +148,6 @@ static int RunningThread(void *ptr)
myTriggers->LeftRight(percentForce, percentForce, percentLength);
}
oldgear = newgear;
Sleep(300);
}
return 0;
}

View File

@ -252,7 +252,6 @@ static int RunningThread(void *ptr)
}
}
}
Sleep(300);
}
return 0;
}