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