Changeset e1eec78 in opengl-game


Ignore:
Timestamp:
Oct 24, 2018, 2:48:21 AM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
f71d87d
Parents:
3d96d13
git-author:
Dmitry Portnoy <dmp1488@…> (10/24/18 02:48:04)
git-committer:
Dmitry Portnoy <dmp1488@…> (10/24/18 02:48:21)
Message:

Finish resolving merge conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    r3d96d13 re1eec78  
    22982298         ImGuiWindowFlags_NoResize |
    22992299         ImGuiWindowFlags_NoMove);
    2300 <<<<<<< HEAD
    23012300      ImGui::Text(ssScore.str().c_str());
    23022301      ImGui::Text(ssFps.str().c_str());
    2303 =======
    2304       ImGui::Text("Score: ???");
    2305       ImGui::Text("FPS:   %f", fps);
    2306 >>>>>>> 446e55df316c547047dc0eb5c46189c6958dba21
    23072302      ImGui::End();
    23082303   }
Note: See TracChangeset for help on using the changeset viewer.