mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add forceloading
This commit is contained in:
parent
e21b29f422
commit
84b94eb198
9 changed files with 136 additions and 1 deletions
|
@ -258,7 +258,7 @@ void ActiveBlockList::update(std::list<v3s16> &active_positions,
|
|||
/*
|
||||
Create the new list
|
||||
*/
|
||||
std::set<v3s16> newlist;
|
||||
std::set<v3s16> newlist = m_forceloaded_list;
|
||||
for(std::list<v3s16>::iterator i = active_positions.begin();
|
||||
i != active_positions.end(); ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue