
02-13-2011, 09:39 PM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by Demisis_P2P
My understanding is that .24 and .22 are the same as well because it doesn't round to the nearest .05, it just takes effect on the next .05 loop.
It's like missing a train by 2 minutes or 4 minutes. You can't just round time down and somehow make it onto the train you missed by 2 minutes. So either way if your script misses a refresh by any amount it has to wait for the next one.
So anything after .20 has to wait for the .25 loop, and anything after 0.10 has to wait for the 0.15 loop.
|
This is correct. |
|
|
|