Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created February 18, 2015 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/2d56e964c607b9aef34c to your computer and use it in GitHub Desktop.
Save kahrl/2d56e964c607b9aef34c to your computer and use it in GitHub Desktop.
diff --git a/src/wieldmesh.cpp b/src/wieldmesh.cpp
index 7c16bdd..5351e47 100644
--- a/src/wieldmesh.cpp
+++ b/src/wieldmesh.cpp
@@ -44,7 +44,7 @@ static scene::IMesh* createExtrusionMesh(int resolution_x, int resolution_y)
scene::IMeshBuffer *buf = new scene::SMeshBuffer();
video::SColor c(255,255,255,255);
- v3f scale(1.0, 1.0, 0.1);
+ v3f scale(1.0, 1.0, 0.125);
// Front and back
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment