Changeset 1c81bf0 in opengl-game for new-game.cpp
- Timestamp:
- May 8, 2018, 1:39:00 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 5b3462b
- Parents:
- 1a616e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
new-game.cpp
r1a616e6 r1c81bf0 515 515 //glPolygonMode(GL_FRONT, GL_LINE); 516 516 517 // disable vsync to see real framerate 518 //glfwSwapInterval(0); 519 517 520 while (!glfwWindowShouldClose(window)) { 518 521 double current_seconds = glfwGetTime();
Note:
See TracChangeset
for help on using the changeset viewer.