Changeset 6104594 in opengl-game for vulkan-game.hpp
- Timestamp:
- Apr 19, 2020, 2:13:02 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 237cbec
- Parents:
- 5ba732a
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (04/19/20 02:03:38)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (04/19/20 02:13:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
r5ba732a r6104594 91 91 // them mamdatory 92 92 93 // TODO: Make a singleton timer class instead 94 static float curTime; 95 93 96 class VulkanGame { 94 97 public: … … 199 202 200 203 time_point<steady_clock> startTime; 201 float curTime,prevTime, elapsedTime;204 float prevTime, elapsedTime; 202 205 203 206 float shipSpeed = 0.5f;
Note:
See TracChangeset
for help on using the changeset viewer.