Can render a BMP but things are still going wrong
[ipdf/code.git] / src / view.cpp
index cd4cc35..b8b8ab6 100644 (file)
@@ -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();

UCC git Repository :: git.ucc.asn.au