mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Allocate MapBlock::m_node_metadata on heap to allow less header bloat
This commit is contained in:
parent
64fa59e24f
commit
3b77a63d5d
6 changed files with 19 additions and 14 deletions
|
@ -45,6 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "filesys.h"
|
||||
// Needed for determining pointing to nodes
|
||||
#include "mapnode_contentfeatures.h"
|
||||
#include "nodemetadata.h"
|
||||
|
||||
/*
|
||||
Setting this to 1 enables a special camera mode that forces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue