X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fapplication.hh;h=494e98ded4ef8910cccaa4b6115cfd2e17b701dd;hp=671011f140ba8b5258cef440b7d4c47a3623146f;hb=af88821a172c4dfd138b91b2a5148ae50b502fa2;hpb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9 diff --git a/src/moof/application.hh b/src/moof/application.hh index 671011f..494e98d 100644 --- a/src/moof/application.hh +++ b/src/moof/application.hh @@ -48,7 +48,9 @@ private: void dispatch_draw(timer& timer, scalar t); scalar next_update_; + scalar last_update_; scalar total_time_; + scalar accum_; timer update_timer_; timer draw_timer_;