Skip to content

Commit

Permalink
Fix indent in readme.md sample code. Also remove trailing ;.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Oct 27, 2020
1 parent f4ba38e commit 3734684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ This is done by `setup_chunk(shunk)` in `VoxelWorld`.
# Setup a blocky (minecratf like) mesher job
var tj : VoxelTerrarinJob = VoxelTerrarinJob.new()
tj.add_mesher(VoxelMesherBlocky.new());
tj.add_liquid_mesher(VoxelMesherLiquidBlocky.new());
tj.add_mesher(VoxelMesherBlocky.new())
tj.add_liquid_mesher(VoxelMesherLiquidBlocky.new())
chunk.job_add(tj);
Expand Down

0 comments on commit 3734684

Please sign in to comment.