Use spaces for alignment

master
Elias Fleckenstein 2022-01-17 13:41:13 +01:00
parent 23d8998119
commit a354467dfc
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
11 changed files with 116 additions and 127 deletions

View File

@ -92,17 +92,6 @@ static void oak_tree(v3s32 pos, List *changed_blocks)
voxelctx_light(ctx, -0.5f); voxelctx_light(ctx, -0.5f);
voxelctx_sat(ctx, 0.5f); voxelctx_sat(ctx, 0.5f);
/*voxelctx_s(ctx, 50);
voxelctx_ry(ctx, 45);
voxelctx_push(ctx);
voxelctx_cube(ctx, NODE_OAK_LEAVES, true);
voxelctx_pop(ctx);
voxelctx_delete(ctx);
if (true)
return;*/
f32 n = voxelctx_random(ctx, 40.0f, 10.0f); f32 n = voxelctx_random(ctx, 40.0f, 10.0f);
voxelctx_push(ctx); voxelctx_push(ctx);