From 47e3300bdb07b6bd195496beb0bb79aa271a29f0 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 18 Feb 2020 16:07:33 -0500 Subject: Renamed window for float control. --- ising_animate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ising_animate.cpp b/ising_animate.cpp index e6586d9..cd65b6b 100644 --- a/ising_animate.cpp +++ b/ising_animate.cpp @@ -12,7 +12,7 @@ public: glutInit(&argc, argv); glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB); glutInitWindowSize(w, w); - glutCreateWindow("wolff"); + glutCreateWindow("wolffWindow"); glClearColor(0.0, 0.0, 0.0, 0.0); glMatrixMode(GL_PROJECTION); glLoadIdentity(); -- cgit v1.2.3-54-g00ecf