Changeset 4ece3bf in opengl-game for new-game.cpp


Ignore:
Timestamp:
Jan 21, 2020, 6:14:09 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5a1ace0
Parents:
3e8cc8b
Message:

In VulkanGame, add the ability to delete asteroids and move them at a constant speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    r3e8cc8b r4ece3bf  
    731731      // temporary code to get around vsync issue in OSX Sierra
    732732      if (elapsedTime < (1.0f / TARGET_FPS)) {
    733         continue;
     733         continue;
    734734      }
    735735
Note: See TracChangeset for help on using the changeset viewer.