File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/MapResourceOverlay Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ private void InitiateOrs()
252252 {
253253 var orsPlanetaryResoureMapDataType = AssemblyLoader . loadedAssemblies . SelectMany (
254254 x => x . assembly . GetExportedTypes ( ) )
255- . FirstOrDefault ( x => x . FullName == "OpenResourceSystem.ORSPlanetaryResourceMapData " ) ;
255+ . FirstOrDefault ( x => x . FullName == "ORSX.ORSX_PlanetaryResourceMapData " ) ;
256256 if ( orsPlanetaryResoureMapDataType != null )
257257 {
258258 var method = orsPlanetaryResoureMapDataType . GetMethod ( "getResourceAvailabilityByRealResourceName" ,
@@ -330,7 +330,7 @@ public bool ColoredScale
330330 }
331331 }
332332
333- public class ResourceOverlayView : Window < ResourceOverlay >
333+ public class ResourceOverlayView : Window < ResourceOverlayView >
334334 {
335335 private readonly ResourceOverlayProvider _model ;
336336
You can’t perform that action at this time.
0 commit comments