Changeset 1c81bf0 in opengl-game for new-game.cpp


Ignore:
Timestamp:
May 8, 2018, 1:39:00 AM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5b3462b
Parents:
1a616e6
Message:

Remove imgui_example.cpp from the Visual Studio project and add commented-out code to disable vsync.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    r1a616e6 r1c81bf0  
    515515   //glPolygonMode(GL_FRONT, GL_LINE);
    516516
     517   // disable vsync to see real framerate
     518   //glfwSwapInterval(0);
     519
    517520   while (!glfwWindowShouldClose(window)) {
    518521      double current_seconds = glfwGetTime();
Note: See TracChangeset for help on using the changeset viewer.