1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

fix: some code tidy about includes & irr namespaces

This commit is contained in:
Loic Blot 2021-05-03 10:27:00 +02:00 committed by Loïc Blot
parent 48d5abd5be
commit de85bc9227
14 changed files with 59 additions and 65 deletions

View file

@ -61,7 +61,7 @@ static constexpr u16 quad_indices[] = {0, 1, 2, 2, 3, 0};
const std::string MapblockMeshGenerator::raillike_groupname = "connect_to_raillike";
MapblockMeshGenerator::MapblockMeshGenerator(MeshMakeData *input, MeshCollector *output,
irr::scene::IMeshManipulator *mm):
scene::IMeshManipulator *mm):
data(input),
collector(output),
nodedef(data->m_client->ndef()),