mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
make it match what it was before
This commit is contained in:
parent
efb7c4bbe7
commit
854180b1e8
@ -39,7 +39,7 @@ namespace NewHorizons.External.Modules
|
|||||||
/// This value will be 1:1 with the heightmap texture width, but only at the equator.
|
/// This value will be 1:1 with the heightmap texture width, but only at the equator.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Range(1 * 4, 500 * 4)]
|
[Range(1 * 4, 500 * 4)]
|
||||||
[DefaultValue(50 * 4)]
|
[DefaultValue(51 * 4)]
|
||||||
public int resolution = 50 * 4;
|
public int resolution = 51 * 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user