mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy
This commit is contained in:
parent
2062c80e21
commit
3c65d1acec
27 changed files with 225 additions and 77 deletions
|
@ -130,7 +130,7 @@ public:
|
|||
SchematicManager(Server *server);
|
||||
virtual ~SchematicManager() = default;
|
||||
|
||||
// not cloneable
|
||||
SchematicManager *clone() const;
|
||||
|
||||
virtual void clear();
|
||||
|
||||
|
@ -145,6 +145,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
SchematicManager() {};
|
||||
|
||||
Server *m_server;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue