Cambiado texto de inicio a práctica 2

parent 92dec7c4
Showing with 2 additions and 2 deletions
......@@ -63,7 +63,7 @@ void scroll_callback(GLFWwindow *window, double xoffset, double yoffset) {
}
int main() {
PAG::log << "Starting Application PAG - Prueba 01" << std::endl;
PAG::log << "Starting Application PAG - Prueba 02" << std::endl;
glfwSetErrorCallback((GLFWerrorfun) error_callback);
......@@ -77,7 +77,7 @@ int main() {
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 1);
GLFWwindow *window;
window = glfwCreateWindow(1024, 576, "PAG Introduction", nullptr, nullptr);
window = glfwCreateWindow(1024, 576, "PAG Practica 2", nullptr, nullptr);
if (window == nullptr) {
glfwTerminate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment