summaryrefslogtreecommitdiff
path: root/src/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh.h')
-rw-r--r--src/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh.h b/src/mesh.h
index 631dc0cca..89c8fae03 100644
--- a/src/mesh.h
+++ b/src/mesh.h
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
The resulting mesh has 6 materials (up, down, right, left, back, front)
which must be defined by the caller.
*/
-scene::IAnimatedMesh* createCubeMesh(v3f scale);
+scene::IAnimatedMesh* createCubeMesh(v3f scale, bool allfaces=false);
/*
Create a new cube mesh not linked to mapnode size.