forgot one place with default cell size

This commit is contained in:
titiger 2015-02-09 00:28:32 +01:00
parent 546d0112b4
commit 3c85b0fb25
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ Program::Program(int w, int h) {
void Program::init() { void Program::init() {
undoStack = ChangeStack(); undoStack = ChangeStack();
redoStack = ChangeStack(); redoStack = ChangeStack();
cellSize = 6; cellSize = 5;
grid=false; grid=false;
heightmap=false; heightmap=false;
hideWater=false; hideWater=false;