]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/md3model/model.h
Disable some debug code that slows down the editor to a crawl (compile fails without...
[xonotic/netradiant.git] / plugins / md3model / model.h
index ee76006494978a9b94b6d24376619ba0820fe527..2ed094e1959c7755c5331b515e7b5c9a50c50755 100644 (file)
@@ -180,7 +180,7 @@ void render( RenderStateFlags state ) const {
        glEnd();
 #endif
 
-#if defined( _DEBUG )
+#if 0
        glBegin( GL_LINES );
 
        for ( VertexBuffer<ArbitraryMeshVertex>::const_iterator i = m_vertices.begin(); i != m_vertices.end(); ++i )