diff options
author | sapier <sapier at gmx dot net> | 2012-01-15 20:28:39 +0100 |
---|---|---|
committer | sapier <sapier at gmx dot net> | 2012-01-15 20:28:39 +0100 |
commit | 0c78767754c5664373a3bf9fe8dc8a20c8a3ed7d (patch) | |
tree | 1af5aa5832546978df6b17c84b2b9b8550a23c9b | |
parent | f0679969b2d512c0093c31608172425a2ac0f740 (diff) | |
download | minetest-0c78767754c5664373a3bf9fe8dc8a20c8a3ed7d.tar.xz |
fixed invalid comment for plant mesh declaration
-rw-r--r-- | src/mesh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh.h b/src/mesh.h index d9268267b..78c0dc1e7 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -43,10 +43,10 @@ scene::IAnimatedMesh* createExtrudedMesh(video::ITexture *texture, /* - Create a new cube mesh. + Create a new plant style mesh. Vertices are at (+-scale.X/2, +-scale.Y/2, +-scale.Z/2). - The resulting mesh has 6 materials (up, down, right, left, back, front) + The resulting mesh has 4 materials (right, left, back, front) which must be defined by the caller. */ scene::IAnimatedMesh* createPlantMesh(v3f scale); |