mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Better node texture generation
This commit is contained in:
parent
c1202a2ecc
commit
cf6e22e9a6
7 changed files with 197 additions and 208 deletions
|
@ -1087,7 +1087,7 @@ void run_tests()
|
|||
DSTACK(__FUNCTION_NAME);
|
||||
|
||||
// Create node definitions
|
||||
IWritableNodeDefManager *nodedef = createNodeDefManager(NULL);
|
||||
IWritableNodeDefManager *nodedef = createNodeDefManager();
|
||||
content_mapnode_init(NULL, nodedef);
|
||||
|
||||
infostream<<"run_tests() started"<<std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue