Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. private void calcRevs(){
  2. rpm = whlRotateSpeed() * xG [currentGear] * xD * 60 / (2 * Mathf.PI);
  3. if(rpm < 1000){
  4. rpm = 1000;
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement