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