View Single Post
  #20   Spotlight this post!  
Unread 17-02-2003, 01:32
Hendrix Hendrix is offline
Registered User
#0538 (Dragon Slayers)
 
Join Date: Nov 2002
Location: Arab, AL
Posts: 44
Hendrix is an unknown quantity at this point
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