the great typo of 2026
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Archimedes {
|
|||||||
|
|
||||||
window = glfwCreateWindow(640, 480, "Archimedes", NULL, NULL);
|
window = glfwCreateWindow(640, 480, "Archimedes", NULL, NULL);
|
||||||
|
|
||||||
if(!w) {
|
if(!window) {
|
||||||
std::cout << "glfwCreateWindow failed!\n";
|
std::cout << "glfwCreateWindow failed!\n";
|
||||||
glfwTerminate();
|
glfwTerminate();
|
||||||
std::abort();
|
std::abort();
|
||||||
|
|||||||
Reference in New Issue
Block a user