X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.cpp;h=b8b8ab61890d3c8be31377e317ecae2b47f6695f;hp=cd4cc35e9c286de55d5198198f79622b4455ccee;hb=eb7a30473a78452a890bd453f80d4a90aee5d364;hpb=07db15ca49833542130f7c29c6a6dc7560fab59d diff --git a/src/view.cpp b/src/view.cpp index cd4cc35..b8b8ab6 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -72,7 +72,7 @@ void View::Render() glClearColor(1.f,1.f,1.f,1.f); glClear(GL_COLOR_BUFFER_BIT); - DrawGrid(); // Draw the gridlines + //DrawGrid(); // Draw the gridlines glMatrixMode(GL_PROJECTION); glLoadIdentity();