mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Completely generalized mesh generation; ContentFeatures serialization
This commit is contained in:
@@ -1088,7 +1088,7 @@ void run_tests()
|
||||
|
||||
// Create node definitions
|
||||
IWritableNodeDefManager *nodedef = createNodeDefManager();
|
||||
content_mapnode_init(NULL, nodedef);
|
||||
content_mapnode_init(nodedef);
|
||||
|
||||
infostream<<"run_tests() started"<<std::endl;
|
||||
TEST(TestUtilities);
|
||||
|
Reference in New Issue
Block a user