mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed face updating slowness bug
This commit is contained in:
parent
aaafb5add0
commit
a18525a14e
7 changed files with 127 additions and 8 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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue