aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_mapblock.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2021-05-03 10:27:00 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2021-05-03 19:49:19 +0200
commitde85bc9227ef0db01854fa0eef89256646b4d578 (patch)
tree9fa8a8e9d47178b830b3ac5ccc84af0546d14540 /src/client/content_mapblock.h
parent48d5abd5bee7a3f956cb2b92745bed6313cf5d8a (diff)
downloadminetest-de85bc9227ef0db01854fa0eef89256646b4d578.tar.xz
fix: some code tidy about includes & irr namespaces
Diffstat (limited to 'src/client/content_mapblock.h')
-rw-r--r--src/client/content_mapblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/content_mapblock.h b/src/client/content_mapblock.h
index cbee49021..237cc7847 100644
--- a/src/client/content_mapblock.h
+++ b/src/client/content_mapblock.h
@@ -173,7 +173,7 @@ public:
public:
MapblockMeshGenerator(MeshMakeData *input, MeshCollector *output,
- irr::scene::IMeshManipulator *mm);
+ scene::IMeshManipulator *mm);
void generate();
void renderSingle(content_t node, u8 param2 = 0x00);
};