File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Runtime/GeocoordinateTransformer Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments