X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fapplication.hh;h=84490580704b27d393f6fa6117a2c6fe90f12ae3;hp=671011f140ba8b5258cef440b7d4c47a3623146f;hb=6c9943707d4f33035830eba0587a61a34eaecbc2;hpb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9 diff --git a/src/moof/application.hh b/src/moof/application.hh index 671011f..8449058 100644 --- a/src/moof/application.hh +++ b/src/moof/application.hh @@ -47,13 +47,13 @@ private: void dispatch_update(timer& timer, scalar t); void dispatch_draw(timer& timer, scalar t); - scalar next_update_; - scalar total_time_; + scalar last_update_; + scalar accum_; + game_time game_time_; timer update_timer_; timer draw_timer_; - scalar timestep_; scalar inverse_timestep_; };