]> Dogcows Code - chaz/yoink/blobdiff - src/moof/application.hh
build system enhancements
[chaz/yoink] / src / moof / application.hh
index 494e98ded4ef8910cccaa4b6115cfd2e17b701dd..84490580704b27d393f6fa6117a2c6fe90f12ae3 100644 (file)
@@ -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_;
 };
This page took 0.019256 seconds and 4 git commands to generate.