mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 19:01:53 +02:00
forgot one place with default cell size
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user