Skip to content

Commit e033ddc

Browse files
authored
Update CoordinateTransformer.cs
1 parent 1681096 commit e033ddc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Runtime/GeocoordinateTransformer/CoordinateTransformer.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ namespace GeocoordinateTransformer
1212
/// </summary>
1313
public class CoordinateTransformer : MonoBehaviour
1414
{
15-
16-
public static CoordinateTransformer instance;
17-
1815
/// <summary>
1916
/// Contains the WGS84/UTM coordinate reference system of the <see cref="UTMCoordinates"/>.
2017
/// </summary>
@@ -227,7 +224,7 @@ private Vector3 SwitchLeftHandedRightHandedCoordinates(Vector3 coordinateValues)
227224
/// <summary>
228225
/// Unity CoordinateTransformer Singleton instance.
229226
/// </summary>
230-
public static CoordinateTransformer Instance;
227+
public static CoordinateTransformer instance;
231228

232229
private void Awake()
233230
{
@@ -243,4 +240,4 @@ private void Awake()
243240
}
244241
}
245242

246-
}
243+
}

0 commit comments

Comments
 (0)