mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-14 10:17:20 +01:00
Fix indent in readme.md sample code. Also remove trailing ;.
This commit is contained in:
parent
f4ba38ecd0
commit
37346845b4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user