Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (co2->Speed.x < 4.75) co2->PhysicsData.Run2 = 5.25;
  2. else if (co2->Speed.x < 26) co2->PhysicsData.Run2 = co2->Speed.x + 0.5f;
  3. else co2->PhysicsData.Run2 = 26;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement