Quote:
Originally posted by TOHSlancer
could you give me an example of how delta_t would be used? I'm interested in how this could be utilized in my own counter.
|
really easy. make sure delta_t is setup in your code like in the default code and use this for your counter...
counter = counter + 1 + delta_t