]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/server/trees.c
Fix trees
[dragonblocks_alpha.git] / src / server / trees.c
index ab3ddae015060027f007da01bbe85226ac3d7e9a..5d4fa5e8d0924ba462e3a1df382b727618e08973 100644 (file)
@@ -71,8 +71,7 @@ static void oak_tree_part(Voxelctx *ctx, f32 n)
                        voxelctx_s(ctx, 4.0f);
                        voxelctx_x(ctx, 0.1f);
                        voxelctx_light(ctx, voxelctx_random(ctx, 0.0f, 0.1f));
-                       // voxelctx_cylinder(ctx, NODE_OAK_WOOD, true);
-                       voxelctx_cube(ctx, NODE_OAK_WOOD, true);
+                       voxelctx_cylinder(ctx, NODE_OAK_WOOD, true);
                voxelctx_pop(ctx);
 
                if (i == (int) (n - 2.0f)) {