mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-12 12:45:28 +01:00
Allow mapgen chunk size to be non-cubic (#16429)
This commit is contained in:
@@ -52,7 +52,11 @@ public:
|
||||
|
||||
bool loadMapMeta();
|
||||
bool saveMapMeta();
|
||||
|
||||
/// @brief Finalizes and creates the mapgen params
|
||||
MapgenParams *makeMapgenParams();
|
||||
/// @brief Creates a copy of the mapgen params without making the manager immutable
|
||||
MapgenParams *makeMapgenParamsCopy() const;
|
||||
|
||||
private:
|
||||
std::string m_map_meta_path;
|
||||
|
||||
Reference in New Issue
Block a user