diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2010-11-29 14:03:40 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2010-11-29 14:03:40 +0200 |
| commit | a18525a14eca664dc93be01e55b0efd1ce08b0fa (patch) | |
| tree | d5f4406004f1daf25b0d0b2cfb667dee4205f1d8 /src/map.h | |
| parent | aaafb5add0914f0b120d7400e9615f8ab03d6be2 (diff) | |
| download | minetest-a18525a14eca664dc93be01e55b0efd1ce08b0fa.tar.xz | |
fixed face updating slowness bug
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -388,9 +388,11 @@ struct MapParams MapParams() { plants_amount = 1.0; + ravines_amount = 1.0; //max_objects_in_block = 30; } float plants_amount; + float ravines_amount; //u16 max_objects_in_block; }; |
