mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
forgot one place with default cell size
This commit is contained in:
parent
546d0112b4
commit
3c85b0fb25
@ -159,7 +159,7 @@ Program::Program(int w, int h) {
|
||||
void Program::init() {
|
||||
undoStack = ChangeStack();
|
||||
redoStack = ChangeStack();
|
||||
cellSize = 6;
|
||||
cellSize = 5;
|
||||
grid=false;
|
||||
heightmap=false;
|
||||
hideWater=false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user