Browse Source

Set the default `GridWarpSurface` col and row count to 2

master
Krisjanis Rijnieks 9 years ago
parent
commit
84b7d2a787
  1. 2
      src/Surfaces/GridWarpSurface.cpp

2
src/Surfaces/GridWarpSurface.cpp

@ -5,7 +5,7 @@ namespace piMapper {
GridWarpSurface::GridWarpSurface(){
_gridCols = 2;
_gridRows = 3;
_gridRows = 2;
createGridMesh();
}

Loading…
Cancel
Save