Skip to content

Commit

Permalink
Added a space to trigger release PLZ
Browse files Browse the repository at this point in the history
  • Loading branch information
42yeah committed Feb 27, 2020
1 parent 0af333c commit dee2b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shear3D/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main(int argc, const char * argv[]) {
game.renderGUI();
ImGui::Render();
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
glfwSwapBuffers(window);
glfwSwapBuffers(window);
}
return 0;
}

0 comments on commit dee2b4d

Please sign in to comment.