Changeset c6f0793 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Feb 14, 2021, 12:11:30 AM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
9067efc
Parents:
d8cf709
git-author:
Dmitry Portnoy <dportnoy@…> (02/14/21 00:11:10)
git-committer:
Dmitry Portnoy <dportnoy@…> (02/14/21 00:11:30)
Message:

Use done instead of quit as the game loop flag and change it to an instance variable in SDLGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    rd8cf709 rc6f0793  
    241241      const vec3 LASER_COLOR = vec3(0.2f, 1.0f, 0.2f);
    242242
    243       bool quit;
     243      bool done;
    244244
    245245      vec3 cam_pos;
Note: See TracChangeset for help on using the changeset viewer.