the great typo of 2026

This commit is contained in:
2026-02-10 18:21:18 -06:00
parent 80d64f5114
commit 1f22a661cd

View File

@@ -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();