Post

 Resources 

Console


Re: World Build - Dan (0 replies, 948 views) (2004-May-4)
-
Can't see anything wrong with that code. Almost identical to the way I do it.
  1. If GetTickCount >= (fps_last_time + 1000) Then
  2. fps = fps_frame_counter
  3. fps_frame_counter = 0
  4. fps_last_time = GetTickCount
  5. Else
  6. fps_frame_counter = fps_frame_counter + 1
  7. End If
like you say - maybe it will calm down when you start adding things like animation and other engine tasks...


-
Up One Level | Back to News


Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 58 visitors within the last 20 minutes
RSS News Feed