diff options
Diffstat (limited to 'ising_animate.cpp')
-rw-r--r-- | ising_animate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |