mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
typo
This commit is contained in:
parent
2dbcb37577
commit
bcfe939d9d
@ -55,7 +55,7 @@ namespace NewHorizons.Builder.Atmosphere
|
||||
|
||||
|
||||
#region obsolete
|
||||
// Never change method signatures, people directly reference the NH dll and it can break backwards compatability
|
||||
// Never change method signatures, people directly reference the NH dll and it can break backwards compatibility
|
||||
// Dreamstalker needed this one
|
||||
[Obsolete]
|
||||
public static void Make(GameObject planetGO, Sector sector, PlanetConfig config, float surfaceHeight)
|
||||
|
||||
@ -28,7 +28,7 @@ namespace NewHorizons.Builder.Props
|
||||
}
|
||||
|
||||
#region obsolete
|
||||
// Never change method signatures, people directly reference the NH dll and it can break backwards compatability
|
||||
// Never change method signatures, people directly reference the NH dll and it can break backwards compatibility
|
||||
// In particular, Outer Wives needs this method signature
|
||||
[Obsolete]
|
||||
public static GameObject Make(GameObject go, Sector sector, GameObject prefab, DetailInfo detail)
|
||||
|
||||
2
NewHorizons/External/Configs/PlanetConfig.cs
vendored
2
NewHorizons/External/Configs/PlanetConfig.cs
vendored
@ -281,7 +281,7 @@ namespace NewHorizons.External.Configs
|
||||
|
||||
public void Migrate()
|
||||
{
|
||||
// Backwards compatability
|
||||
// Backwards compatibility
|
||||
// Should be the only place that obsolete things are referenced
|
||||
#pragma warning disable 612, 618
|
||||
if (Base.waterSize != 0)
|
||||
|
||||
@ -309,7 +309,7 @@ namespace NewHorizons.External.Configs
|
||||
|
||||
public void Migrate()
|
||||
{
|
||||
// Backwards compatability
|
||||
// Backwards compatibility
|
||||
// Should be the only place that obsolete things are referenced
|
||||
#pragma warning disable 612, 618
|
||||
if (!string.IsNullOrEmpty(travelAudioClip)) travelAudio = travelAudioClip;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user