Skip to content

Commit

Permalink
- fix #23 access issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
confusingbits committed Aug 23, 2014
1 parent 3722464 commit 0d1ec85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenResourceSystem/ORSPlanetaryResourceMapData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace OpenResourceSystem {
public class ORSPlanetaryResourceMapData : MonoBehaviour {
static Dictionary<string, ORSPlanetaryResourceInfo> body_resource_maps = new Dictionary<string, ORSPlanetaryResourceInfo>();
public static Dictionary<string, ORSPlanetaryResourceInfo> body_resource_maps = new Dictionary<string, ORSPlanetaryResourceInfo>();
static Dictionary<string, Vector2d[]> body_abudnance_angles = new Dictionary<string, Vector2d[]>();
static List<ORSResourceAbundanceMarker> abundance_markers = new List<ORSResourceAbundanceMarker>();
static int current_body = -1;
Expand Down

0 comments on commit 0d1ec85

Please sign in to comment.