Ad
  • Custom User Avatar

    its mathematically easier: a bounce = 2 passes by a window. if you do a while loop you will evaluate before the first bounce always resulting in a +2, so you start on -1 to be mathically correct. otherwise you should have done a do{} while loop instead.