mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Convert comment into doc comment
This commit is contained in:
parent
b6008da38e
commit
9bf73d7ced
@ -289,7 +289,8 @@ pub const Biome = struct { // MARK: Biome
|
|||||||
caves: f32,
|
caves: f32,
|
||||||
caveRadiusFactor: f32,
|
caveRadiusFactor: f32,
|
||||||
crystals: u32,
|
crystals: u32,
|
||||||
soilCreep: f32, // How much of the surface structure should be eroded depending on the slope.
|
/// How much of the surface structure should be eroded depending on the slope.
|
||||||
|
soilCreep: f32,
|
||||||
stoneBlock: main.blocks.Block,
|
stoneBlock: main.blocks.Block,
|
||||||
fogLower: f32,
|
fogLower: f32,
|
||||||
fogHigher: f32,
|
fogHigher: f32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user