mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Spacing fixes
This commit is contained in:
@@ -498,8 +498,8 @@ void OreVein::generate(MMVManip *vm, int mapseed, u32 blockseed,
|
||||
}
|
||||
|
||||
// randval ranges from -1..1
|
||||
/*
|
||||
Note: can generate values slightly larger than 1
|
||||
/*
|
||||
Note: can generate values slightly larger than 1
|
||||
but this can't be changed as mapgen must be deterministic accross versions.
|
||||
*/
|
||||
float randval = (float)pr.next() / float(pr.RANDOM_RANGE / 2) - 1.f;
|
||||
|
Reference in New Issue
Block a user