diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-18 16:07:33 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-18 16:07:33 -0500 |
commit | 47e3300bdb07b6bd195496beb0bb79aa271a29f0 (patch) | |
tree | c8bbb420f3c78171d742f581d79c32e08db3563b | |
parent | 734dea28279ce7272e6ed23f821c69c225e2d947 (diff) | |
download | space_wolff-47e3300bdb07b6bd195496beb0bb79aa271a29f0.tar.gz space_wolff-47e3300bdb07b6bd195496beb0bb79aa271a29f0.tar.bz2 space_wolff-47e3300bdb07b6bd195496beb0bb79aa271a29f0.zip |
Renamed window for float control.
-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(); |