Browse Source

Remove debug wireframe from `GridWarpSurface::draw`

master
Krisjanis Rijnieks 9 years ago
parent
commit
18d5970845
  1. 4
      src/Surfaces/GridWarpSurface.cpp

4
src/Surfaces/GridWarpSurface.cpp

@ -21,10 +21,6 @@ void GridWarpSurface::draw(){
source->getTexture()->bind();
mesh.draw();
source->getTexture()->unbind();
// debug vertices
mesh.drawWireframe();
//mesh.drawVertices();
}
void GridWarpSurface::moveBy(ofVec2f v){

Loading…
Cancel
Save