test change
This commit is contained in:
parent
61ca7e7695
commit
aa33623cda
@ -10,7 +10,7 @@
|
||||
int main(int argc, char *argv[]){
|
||||
std::cout << Raycaster_VERSION_MAJOR << "." << Raycaster_VERSION_MINOR << std::endl;
|
||||
if(!glfwInit()){
|
||||
std::cout << "GLFW Init failed" << std::endl;
|
||||
std::cout << "GLFW Init failed " << std::endl;
|
||||
return -1;
|
||||
}
|
||||
GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user